Design and develop a school timetable application for a school of your choice.The application should work with a database that has information on teachers,classes, subjects and departments in the school.The application should generate a teaching timetable in a well structured format. There should be a title line with year and term on the timetable. The subject and teacher combination should be displayed under a specific date and time slot on the timetable. This application should ensure that they are no clashes for a particular teacher.

Recommended Answers

All 2 Replies

What do you have so far?

commented: #include<iostream.h> #include<conio.h> int main() { int sunday,monday,tuesday,wednesday,thursday... char choice; cout<<"Enter the day"<<endl; cin>>choice; if(choice==sunday) { cout<<"No class for today!!! Go to sleep"<<endl; cout<<"Enjoy"; } +0

Reply to this thread, not in the reputation comment box!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.