Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

infinite array in c++

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?

Name: Anonymous 2011-01-18 17:10


int a = 5;
int b = a*2;

++a;

printf("b == 12 : %d\n", b == 12);


Why doesn't this work?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List