Hey..i'm new here and i'm actually taking a course related to C++ Programming. My assignment is to create a simulation on an agenda..
the agenda is a daily agenda, it only works for one day (so you will not see what day it is, it's general)
it stores info in hours, and can store more than one activity in the same hour
It should be able to delete, add, modify and show the activities.
The problem here is, it has to be developed using SLL (Single Linked Lists), which i have done already but my problem is that i'm not sure how to developed the action that shows me Hours and a menu.
I think i have and idea on how to add and remove activities, by using dynamic arrays but i need help and suggestions cuz it's been long since i've practiced programming.
thanx