Since I'm running a Win 2000 OS, I have to use the DOS command prompt to run my programs. When I try running my program using the file provided on the internet, it only prints out the first two words of the file. After that, the cursor stays stationary on the next line and keeps blinking, it neither crashes nor returns to the directory prompt. When I tried running the program with a file I created, which consisted of the words "t te tes test" it printed out the first three words of the file. This leads me to believe its a memory error, but no such error was displayed when I ran my program. I appreciate any help you can offer me in solving this problem. |