Name: cvtc user 2006-02-25 1:24
i need help making an infinite two dimensional array in c++, in other words, i have no clue how to do it....
can anyone help?
can anyone help?
int a = 5;
int b = a*2;
++a;
printf("b == 12 : %d\n", b == 12);