Skip to content

sidewinder040/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo C++ Project

This project is going to be, initiially, a ToDo list for the command line. After the basic ToDo class has been written, command line aguments will be used to run the various commands. Something along the lines of Gentoo Linux's 'news' application, which uses commands such as 'news read' or 'news list'

A C++ project with a ToDo class

  • Create a ToDo class - to represent an item to do.
  • Function to change status, e.g started or completed
  • Create an Enum to control item status
  • Todo Overloaded Constructor
  • User a static vector class to store the ToDo items.

Next steps

With todo class, add code to create a new item.

Status

Working OK - Testing creation of Tasks and storing them in a static vector

About

A To Do List written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published