Attendance system. C++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Attendance system. C++

Attendance system. You are given set of attendance records. Each lesson attendance for every student is logged. The task is to write a program that will identify the student (there is only one such student) with the conflict attendance time. The attendance has subject, student name, arrival time and time when heshe leaves the class. Hint: You may have more than one student with attendance time conflict. You are not allowed to use strcmp function for comparing times! Have to use structs, functions, strings, pointers and dynamic memory allocation. Example Input 5 Physics Amina 12:00 12:40 Math Akzhol 13:00 13:40 Chemistry Amina 15:20 16:00 English Akzhol 12:10 13:10 Math Akan 15:20 16:00 Output Akzhol

4th Dec 2020, 9:50 AM
Developer #1
Developer #1 - avatar
1 ответ
+ 8
Developer #1 Preety nice question... But where is "attempt"!!!!!!!
4th Dec 2020, 1:18 PM
Piyush
Piyush - avatar