Monday, May 24, 2010

How the data in list-array that saved in memory when I use data structure by c++ languege whit not pointer?I n

If you mean STL list, (can you be more specific of what type of list?)





then you can prob. do something like





for(int i = 0; i %26lt; mylist.size(); i++)


{


cout%26lt;%26lt;mylist[i]%26lt;%26lt;endl;


}


No comments:

Post a Comment