hi all
in my program,I have an structue of students with fields name,family,st_no,course,...
and in this structue I must have a linked list for his lessons like:
c++ programming -->database-->MicroController-->NULL
in my program,I must add students and his lessons,and can delete lessons,update lessons ,.....
please help me how can I do that?