View Single Post
Old 09-15-2007, 09:21 PM   #7 (permalink)
Froofy-D
upper management material
 
Froofy-D's Avatar
 
Join Date: Nov 2002
Location: Orlando, FL
Posts: 1,997
+8 Internets
Is there any reason you aren't using vectors or lists?

vector::vector - C++ Reference

So it will be:

Code:
vector[vector[string]] // but pretend the [ are < since the BB code doesn't seem to let you post multiple <
C++ lists or vectors should be fine in 95% of cases. Unless you are just making your own containers for learning purposes.

Last edited by Froofy-D : 09-17-2007 at 05:49 PM.
Froofy-D is offline   Reply With Quote

 
Uberguilds Network