User profile: Crazyhat

User info
User name:Crazyhat
History
Joined:
Number of posts:7
Latest posts:

retrieving characters of string individually
okay 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 problem
here 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/o
Actually I was able to figure it out, it turned out I needed to add some cin.ignore statements.

function problem with file i/o
okay well I got option 1 working but when I select option 2, the program just exits??