retrieving characters of string individuallyokay thanks everybody. It was kind of a "duh" thing once I saw what I needed to do. :)
retrieving characters of string individually[code] #include <string> #include <iostream.h> main() { char a[3] = "ab"; char b...
Incrementation and user input problemhere is the write function of my program. Each time you write a file it add 1 to a number in another...
function problem with file i/oActually I was able to figure it out, it turned out I needed to add some cin.ignore statements.
function problem with file i/ookay well I got option 1 working but when I select option 2, the program just exits??