I have setup a standard windows c++ project, and I want to use a list.
My question is, where do I put the "#include <list>"?
After that is sorted, where can I declare a list e.g. "list <int> c0"?
I want to access the list as a result from the button press.
Thanks
P.S. Perhaps I'm going about this the wrong way? But it would be the easiest way to accomplish this simple task.
My question is, where do I put the "#include <list>"?
After that is sorted, where can I declare a list e.g. "list <int> c0"?
I want to access the list as a result from the button press.
Thanks
P.S. Perhaps I'm going about this the wrong way? But it would be the easiest way to accomplish this simple task.