Skip to content

This is a C++ program in which we can make to do list and it also has a Random Quote Generator in this.

Notifications You must be signed in to change notification settings

gauravslnk/TO-DO-and-RQG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager and Quote Generator

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.

Features

  • 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.

Requirements

  • Windows operating system.
  • A C++ compiler that supports the Windows API (e.g., MSVC).

About

This is a C++ program in which we can make to do list and it also has a Random Quote Generator in this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages