I have a vector data that has arrays, I want to clear it when I test it
if it's not empty this is what I did :
if(!data.isEmpty()){
for(int i = 0; i < V_size; i++)
data.setElementAt(null,i); }
But it does not work, please help
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: How to clear Vector of arrays???
|
Click Here to Expand Forum to Full Width |