|
-
September 2nd, 2002, 03:27 AM
#1
storing paralel data - BEST way
Hi,
I need to store a list of names [surname, first, title].
What objects are best for saving this data ?
1. list per each component [array for surname, first, title ].
2. array of structures of Names [struct including surname, first, title]
3. STL way.
4. ELSE?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|