question about argvFor the second question, you need to use a const_iterator. So, vector<int>::const_iterator
Removing duplicates record from a file How is your data stored before you put it in the file? If your data is stored in some sort of array ...
Programming with C++Just a quick note: helios is correct, however where he writes "array[n-i]" it should really be "arra...
ASCII codewww.asciitable.com If you have the ascii code of a character stored in an integer, say 97, then i...
Storing new values in 2d array.Assuming you have the array set up correctly, if the user inputs row and col for the location of whe...