Reading from txt file into a linked listI'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 keysWhat about replacing the 'CR' and 'ESC'? IsKeyDown(ENTER) IsKeyDown(ESCAPE)