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

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.

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)