User profile: mahlerfive

User info
User name:mahlerfive
Name:Jeff
Location:Ontario, Canada
Statistical data
Skills:C
C++
Java
Python
History
Joined:
Number of posts:119
Latest posts:

question about argv
For 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 code
www.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...