C++ Journey

 https://www.youtube.com/watch?v=-TkoO8Z07hI&t=19646s looks like an interesting video.

Example Demo Projects

  1. Basic Calculator

    • Implement a command-line calculator that supports basic operations (+, -, *, /).
  2. Library Management System

    • Create a system to add, remove, and list books with features for searching by title or author.
  3. Tic-Tac-Toe Game

    • Develop a two-player console-based game with a simple AI for single-player mode.
  4. Expense Tracker

    • Build a program to track expenses, categorize them, and generate a monthly summary.
  5. File Compression Tool

    • Implement a basic file compressor using Huffman coding.
  6. Bank Account Simulator

    • Simulate opening accounts, depositing/withdrawing money, and displaying account details.
  7. Snake Game

    • Create a classic snake game using a graphics library like SFML.
  8. Chat Application

    • Build a simple client-server chat application using sockets.
  9. Physics Simulation

    • Write a small simulation for projectile motion or simple particle physics.
  10. Mini Compiler

    • Develop a parser to validate and translate simple expressions into a pseudo assembly language.

Comments

Popular posts from this blog

Tutorials on Unity Probuilder and Progrids

difference between field and property in c#