An open API service indexing awesome lists of open source software.

https://github.com/nickpolizogopoulos/the_ultimate_cpp_series

This is my C++ course repository
https://github.com/nickpolizogopoulos/the_ultimate_cpp_series

cpp

Last synced: 12 months ago
JSON representation

This is my C++ course repository

Awesome Lists containing this project

README

          

# C++ Course Repository

This repository contains exercises and projects from my C++ course.

All exercises are based on **[The Ultimate C++ Series](https://codewithmosh.com/p/ultimate-c-plus-plus-series)** courses, with many custom touches and enhancements added to deepen understanding and personalize the learning experience.

It covers three parts:
1. Fundamentals
2. Intermediate
3. Advanced

Each part includes its own exercises and projects designed to match the difficulty level.

## Contents

### Part 1 - Fundamentals
- Basic C++ syntax and concepts
- Fundamental Data Types
- Decision Making
- Loops
- Functions

### Part 2 - Intermediate
- Arrays
- Pointers
- Strings
- Structs and Enums
- Streams and Files

### Part 3 - Advanced
- Classes