Quasi-Informational system(Dynamic structures\&&some other stuff)

Greetengs everyone,

On my courses i was given additional homework(Yea,yea i know):
But still I am looking forward to see any help froum you
cause some things we haven't learnt yet:

I need to write progrmm with two main objects in code:
students and groups,
for pupils attributes must be- 5 marks,type of studying morning/evening, money per month, name and family name 40 chars
group - only number

Still, all those is rather easy, buuuuut:
Realization must be only dynamical and only in dynaical structures, and there must be feature to edit students and groups with function to edit/delete

Oh, and forgot bout menu lol)

Thats all
Any help will be GREAT,
for complete code i dont hope, but it will be nice for me even if it will be in written form on a piece of toilet paper)))

Thanks a lot.
The most straightforward way would be to create the two classes as you describe them, and store pointers to them in a vector (random-access STL containers, aka dynamic structure). Just create some member functions to do the editing and use the vector data members to check for things "dynamically".
Topic archived. No new replies allowed.