Hello, im new to this forum and C++. I am doing c++ program to read coordinates from text file into double linked list. Everything seems to work perfectly but it stores only 298 items in linked list. Im not sure if my code is wrong or I missed something. On the debugger lenght of list is over a 1000 but like I said it print outs only 298. Could you please advise or guide me what to do next?