User profile: dusty

User info
User name:dusty
History
Joined:
Number of posts:19
Latest posts:

Replacing an integer value with a blank space
[code]while (!inFile.eof()) { int tf = 0; cnt++; avgGrd (quiz1, quiz2, quiz3,...

Replacing an integer value with a blank space
i created char blank = ' ', and for the else statement changed the code to this. Now all the zeros ...

Replacing an integer value with a blank space
If the number zero is acquired via ifstream, how can you replace it with a blank space? I've looked...

Trouble with fstream
I'm trying to pull up a file called "test" to just run some temperatures through a program. The file...

Identifying a period at the end of a string
Thanks, I will give that a try