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 spacei created char blank = ' ', and for the else statement changed the code to this. Now all the zeros ...
Replacing an integer value with a blank spaceIf the number zero is acquired via ifstream, how can you replace it with a blank space? I've looked...
Trouble with fstreamI'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 stringThanks, I will give that a try