PROJECT of ROLL in/ ROll out

How can I put a file streaming into a linked list while it is sorting.. to determine the sort im using the ticket number from my filestream..

for example

3245672
3245621
3462351
Last edited on
Could you elaborate?

To add something to linked list you use push_front or push_back for std::list. However, it looks like you want to achieve something else.
Topic archived. No new replies allowed.