FeedMeAStrayCat
Member
I currently have this assignment in my C++ programming class. It deals with showing what the runtime stack has in it at the end of the program. So the main function of the program doesn't matter much, it just needs to have something happening in it so the stack can show something at the end(and no, can't use a whole lot of cout statements at the end either, someone already asked :lol ). I'm supposed to use a linked list with nodes and pointer variables and such. I've never used any of these before (pretty much a beginner here), so I'm kinda confused as of right now.
Could anyone throw some tips or help my way, if possible?
Could anyone throw some tips or help my way, if possible?