I am having a problem storing strings into a vector
I now how to store int into a vector
vector<int> vecList(10);
for (int i = 0; i < 10; i++)
vecList[i] = i;
If anyone can point me in the right direction that would be great!!!
Thanks!!!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Vector containersThreaded View
|
Click Here to Expand Forum to Full Width |