|
-
March 15th, 2005, 07:35 PM
#1
best C++ practice... vector or []
Hi to all,
first let me say i'm sorry if this has been asked in the forum already, i did some searches but i haven't found any real results.
My question is if it's good practice in C++ to use the STL classes instead of other methods, like is it better to use a std::vector<int> or a simple int[] for arrays?
thanks for the help in advance. and once again sorry if this has been asked before
Alex Paes
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
|