Another word count problemGot it working. I used the isspace() function to count the spaces and then add one: [code] #inclu...
Another word count problemI have to write a program that counts the words in a *.txt file. So far I've been able to figure out...
Variable initialization questionAlso, I did read that thread before, but was having a hard time understanding it. Will give it anoth...
Variable initialization questionThank you, that helps! Also, one more question and something that I just noticed; Do I not get an ...
Variable initialization questionGetting straight to it, how do I know when I need to initialize a variable in the declaration line? ...