https://github.com/margitantal68/cpp
📚 This open-access course will introduce you to C++ programming and STL.
https://github.com/margitantal68/cpp
cpp cpp-course cpp-tutorial modern-cpp modern-cpp-oop oop programming-language standard-template-library stl tutorial
Last synced: 3 months ago
JSON representation
📚 This open-access course will introduce you to C++ programming and STL.
- Host: GitHub
- URL: https://github.com/margitantal68/cpp
- Owner: margitantal68
- License: cc0-1.0
- Created: 2024-10-22T06:53:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:01:22.000Z (6 months ago)
- Last Synced: 2024-12-03T19:18:45.877Z (6 months ago)
- Topics: cpp, cpp-course, cpp-tutorial, modern-cpp, modern-cpp-oop, oop, programming-language, standard-template-library, stl, tutorial
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Programming for C Programmers
👋 This open-access course will introduce you to C++ Programming.
**Prerequisites:** Familiarity with C programming language and programming basics.
### 👩🏫 Slides:[C++ slides](https://www.ms.sapientia.ro/~manyi/teaching/c++/CPP_v1.2.pdf).
### 🔗 Notebooks:
- [Introduction](https://colab.research.google.com/drive/1AMXojMbwT_97-Byd_2ALq1Gg3lUQbtBP?usp=sharing)
- [OOP](https://colab.research.google.com/drive/1cFi0wROx7m6sQsloGoO6rZgdXTha9I8R?usp=sharing)
- [Advanced OOP](https://colab.research.google.com/drive/12BoUlRhQp1Cqm5LWyFIPBkbrXg0MZfCC?usp=sharing)
- [Operator overloading](https://colab.research.google.com/drive/1DEDD0N_Op9VpGCcxsl85tqXV-tguw6C4?usp=sharing)
- [Lambdas](https://colab.research.google.com/drive/1Tjf88FZWcNV48iAamvFHRTn1f_mMFW9N?usp=sharing)
- [Template functions](https://colab.research.google.com/drive/15AztsbFVxRUFcbvzywndMGmahwLph5RS?usp=sharing)
- [Template class](https://colab.research.google.com/drive/1CfFOJYxEyrGXTlwJUfNOLC6A-2Fp3gk-?usp=sharing)
- [Ordered containers](https://colab.research.google.com/drive/1SE9frU8TKsGVfjnUfQCFQEChbQp_vu1Z?usp=sharing)
- [Unordered containers](https://colab.research.google.com/drive/1lchu4hA3h3GoAjo1Zekafjtm0gMjObyC?usp=sharing)