Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

C++ Learning Templates

This repository contains two learning programs in C++ that guide through essential concepts for video game development and mastering algorithms.

Available Programs

  1. Video game oriented C++ program

    • This 3-week program is designed to teach how to use C++ in the context of video game development. Each day, a practical exercise that help develop skills, starting from the basics to creating simple games.
  2. Algorithm program in C++

    • This 3-week program focuses on learning fundamental and advanced algorithms in C++. There find daily exercises to strengthen problem solving and code optimization skills.

How to Use These Programs

  1. Clone or download the repository.
  2. Open the file corresponding to the program you wish to follow:
  3. Follow the exercises day by day, taking the time to fully understand each concept before moving on to the next one.