Counting specific string in a TXT fileYes, 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 fileI'm needing to search through a text file and count the occurences of a specific string within the f...
Problem with buffer outputI 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 programThe if should look like this. The || (or operator) was true because the number is greater than 0. ...
Input validation programTry this: [code] cin >> word; cin.ignore(); myStream << word; cin >> number; cin.ignore(); my...
This user does not accept Private Messages