User profile: y2krush

User info
User name:y2krush
History
Joined:
Number of posts:3
Latest posts:

Reading from txt file into a linked list
I'm also new to linked list. Here's what I think. Line 33. [code]head[/code] should only be updated...

fstream problem, please help.
try replace [code]readFile<< ""<<input<<""; [/code] with [code]readFile<< input<< '\n'; [/code]

Enter and ESC keys
What about replacing the 'CR' and 'ESC'? IsKeyDown(ENTER) IsKeyDown(ESCAPE)