https://github.com/cbedroid/learn-cpp
Deep learning of C++ language and building projects.
https://github.com/cbedroid/learn-cpp
Last synced: 6 months ago
JSON representation
Deep learning of C++ language and building projects.
- Host: GitHub
- URL: https://github.com/cbedroid/learn-cpp
- Owner: cbedroid
- Created: 2021-08-25T08:06:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T19:05:44.000Z (over 4 years ago)
- Last Synced: 2025-03-22T10:45:25.099Z (10 months ago)
- Language: C++
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning C++
Deep learning of C++ language and building projects.
In this Repo, I will present a series of projects demonstrating the skills I have
acquired on my journey to advance my C++ skills.
## Series
* __Week 1__
* While Loop
* Do While Loop
* Range Loop
* Arrays
* Vectors
* STL Array
* FileStream
* Reference
* Pointer
* Function Overloading
* [OOP - Class and Struct](https://github.com/cbedroid/learn-cpp/tree/master/class_struct.cpp)
* Encapsulation
* Getter and Setter
* Static - OOP Class
* [Operator Overloading](https://github.com/cbedroid/learn-cpp/tree/master/operator_overloading.cpp)
* [Overloading Insertion and Extraction](https://github.com/cbedroid/learn-cpp/tree/master/overload_insertion_extraction.cpp)
* Friend Functions
* __Projects__
- [**Linux music player**](https://github.com/cbedroid/learn-cpp/tree/master/projects/1-MusicPlayer) - Play your favorite music from your linux console.