User: Moonraker

  • Public profile

User profile: Moonraker

User info
User name:Moonraker
History
Joined:
Number of posts:18
Latest posts:

Counting specific string in a TXT file
Yes, I agree. I am sure I need to use a different function. This one works for what it was meant t...

Counting specific string in a TXT file
I'm needing to search through a text file and count the occurences of a specific string within the f...

Problem with buffer output
I guess I don't know what this program is suppose to do. You can input 3 5 and 4 1, but there's not...

Input validation program
The if should look like this. The || (or operator) was true because the number is greater than 0. ...

Input validation program
Try this: [code] cin >> word; cin.ignore(); myStream << word; cin >> number; cin.ignore(); my...

This user does not accept Private Messages