update
This commit is contained in:
@ -32,7 +32,7 @@ void print_startup_message() {
|
|||||||
|
|
||||||
<< " - Einfache (Tastatur-)Eventverwaltung\n"
|
<< " - Einfache (Tastatur-)Eventverwaltung\n"
|
||||||
<< " - Serial Output Logging\n"
|
<< " - Serial Output Logging\n"
|
||||||
<< "\nPress Enter to continue to menu\n"
|
<< "\nPress Enter to continue\n"
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -105,6 +105,7 @@ int main() {
|
|||||||
// TODO: Delete copy constructors that weren't already deleted
|
// TODO: Delete copy constructors that weren't already deleted
|
||||||
// DONE: Switch out semaphore Queue with ArrayList? Or switch back Scheduler to Queue?
|
// DONE: Switch out semaphore Queue with ArrayList? Or switch back Scheduler to Queue?
|
||||||
// TODO: Add virtual destructors and make sure to call them with delete when objects are removed
|
// TODO: Add virtual destructors and make sure to call them with delete when objects are removed
|
||||||
|
// TODO: Replace empty constructors/destructors with default keyword
|
||||||
|
|
||||||
// Scheduler doesn't return
|
// Scheduler doesn't return
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user