ebnbatran / todocpp

Small TODO list C++ app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO C++

Small TODO list C++ app

Classes

TodoList

Contains items and has various manipulation methods

Item

Has information about a specific task

Libraries

iostream

Input and output from the user

iomanip

Nice display

string

Formating user input

fstream

Manipulation of list.txt file

stdio

Ability to remove list.txt file

About

Small TODO list C++ app


Languages

Language:C++ 100.0%