Printing Elements of 3D Array of pointersHere is my full code: [code] #include <iostream> #include <cstdlib> #include <ctime> #include...
Increasing values of elements in listFixed it. Just replaced that mylist.size() with a 0! Thanks for all your help everyone!
Increasing values of elements in listOkay I almost have it. Now I have a problem where my output should be "mylist3 contains: 5 6 7 8 ......
Increasing values of elements in listDo you mean changing f = mylist3.begin();? What else can I change it to?
Increasing values of elements in listThanks for catching those typos. From what you said, helios, this is what i understood: [code] std:...
This user does not accept Private Messages