Let's Build a Todo list application using C
In this video, I show how to create a simple to do list application using the C programming language. Follow along to learn some simple coding techniques!
๐ ๐ Grab the source (on github): https://github.com/erikyuzwa/todo-console-app-in-c
๐ Links & References:
Visual Studio 2022 Community Edition (free): https://visualstudio.microsoft.com/vs/community/
๐ ๐ป Connect with me:
X: https://x.com/eyuzwa
===---=== Chapters ===---===
0:00:00 - Introduction
0:00:58 - Starting Blank Project
0:03:51 - Main Entry Point
0:07:32 - Dynamic Memory with Malloc
0:10:24 - Adding a new Todo
0:17:07 - Display list of Todos
0:19:38 - Mark Todo Completed
0:22:52 - Delete a Todo
0:25:57 - Save Todos to a File
0:28:35 - Load Todos from a File
0:35:22 - Wrapping Up
#tutorial #cprogramming #learncoding