URGENT HELP

I am doing a project for my class, and these are the requirements of the project.
-----------------------------
1. Link List
2. Templates
3. Structs
4. Dynamic Memory Allocation
5. Stack
6. Queue
7. Recursion

-----------------------------

I am not having an idea about implementing all these methods in a program. Can you guys help me by giving an idea? Thank you very much, i would appreciate if you help me. At least if you have something similar with this please post
Does this just mean you need to write some sort of program that uses all of these things? If so, you could just make a templated linked list class that uses dynamic memory allocation, then use it to make templated stack and queue structs. Throw in some recursive function that outputs the stack/queue or something and you've hit all the major items. Is this really all the instruction your professor gave you?
Topic archived. No new replies allowed.