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 2006-02-25 3:51

If you are allowed to use the STL then the vector template is your best friend.
Otherwise just make a linked list of linked lists.

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