C++ Journey
https://www.youtube.com/watch?v=-TkoO8Z07hI&t=19646s looks like an interesting video. Example Demo Projects Basic Calculator Implement a command-line calculator that supports basic operations (+, -, *, /). Library Management System Create a system to add, remove, and list books with features for searching by title or author. Tic-Tac-Toe Game Develop a two-player console-based game with a simple AI for single-player mode. Expense Tracker Build a program to track expenses, categorize them, and generate a monthly summary. File Compression Tool Implement a basic file compressor using Huffman coding. Bank Account Simulator Simulate opening accounts, depositing/withdrawing money, and displaying account details. Snake Game Create a classic snake game using a graphics library like SFML. Chat Application Build a simple client-server chat application using sockets. Physics Simulation Write a small simulation for projectile motion or simple particle physics. Mini Compiler Develop a parse...