View Single Post
  #3 (permalink)  
Old 09-13-2007, 11:49 AM
Yuriy M's Avatar   
Yuriy M Yuriy M is offline
Newbie
 
Join Date: Sep 2007
Location: Winnipeg, Canada
Age: 26
Posts: 6
Rep Power: 0
Yuriy M is on a distinguished road
Send a message via MSN to Yuriy M
Thumbs up Thanks!

That helped solve the problem for me. Thanks V0id!

I never thought to use the actual input within the while loop. I always assumed that I would need to put in the input first and then execute the loop where each character is read individually while the input is not at the end of the file.

I also thought that I would need to execute the ASCII count by listing the letters by their ASCII numbers rather than go from 0 to 25.

Guess that didn't work.
__________________
For $1000: Something that is a miserable pile of secrets.
Reply With Quote