Let's Make a Todo list app with C++!!
Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=D17rZyd9r18
Let's put together a small todo list application using C++ that runs in the console.
👉👉Grab the source (on github): https://t.ly/fhM4Y
👋🏻Connect with me:
Twitter: https://www.twitter.com/eyuzwa
Some concepts I'll be covering:
- a TodoItem Class
- using std::list
- using std::list::iterator
- creating a small console menu system
- generate a random Integer
===---=== Chapters ===---===
00:00 intro
00:30 create new project
02:50 creating a TodoItem Class
06:50 using std::list::iterator
16:10 starting the menu
26:30 using std::getline
🔗Links & References:
- Visual Studio 2022 Community Edition (free): https://visualstudio.microsoft.com/vs/community/
#tutorial #cppprogramming #learncoding
Other Videos By Erik Yuzwa
Tags:
todo
tutorial
cpp