User profile: davef

User info
User name:davef
Location:Philly burbs
Bio:32 year old IT guy just starting computer science curriculum with NO programming experience.
History
Joined:
Number of posts:7
Latest posts:

Another word count problem
Got it working. I used the isspace() function to count the spaces and then add one: [code] #inclu...

Another word count problem
I have to write a program that counts the words in a *.txt file. So far I've been able to figure out...

Variable initialization question
Also, I did read that thread before, but was having a hard time understanding it. Will give it anoth...

Variable initialization question
Thank you, that helps! Also, one more question and something that I just noticed; Do I not get an ...

Variable initialization question
Getting straight to it, how do I know when I need to initialize a variable in the declaration line? ...