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
- Host: GitHub
- URL: https://github.com/nickpolizogopoulos/the_ultimate_cpp_series
- Owner: nickpolizogopoulos
- Created: 2025-05-23T19:01:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-14T19:43:33.000Z (12 months ago)
- Last Synced: 2025-07-14T23:58:33.656Z (12 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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