Hello everyone,
I created a linked list using the stl library like so:
list<class> name_of_list;
I initilized the list as a global yet when I access it from another area in my code it is empty. How can I call the list by reference. Thanks..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.