This is a C++ console application that combines a task manager and a random quote generator. The task manager allows users to add, display, and remove tasks with specified dates and times. The quote generator provides random movie quotes from a predefined list.
-
Task Manager:
- Add tasks with specific due dates and times or use the current date and time.
- Display all tasks with their due dates and times.
- Remove tasks by their index.
-
Random Quote Generator:
- Generate and display a random movie quote from a predefined list.
- Windows operating system.
- A C++ compiler that supports the Windows API (e.g., MSVC).