Rework of all the articles in English (#76)

This commit is contained in:
Evgenii
2023-02-10 18:37:26 +01:00
committed by GitHub
parent 8b9b1daa13
commit bb6130e6a4
20 changed files with 231 additions and 231 deletions

View File

@@ -25,15 +25,15 @@
## :exclamation: Alternative sources for learning C++
- [Hackingcpp.com](https://hackingcpp.com/index.html) - The all-in-one web portal with diffenent collections of materials related to C++: books, cheat sheets, recordings from conferences, etc.
- [Awesomecpp.com](https://awesomecpp.com) - The collection of different sources about the C++.
- [Cpp Con (back to basics)](https://www.youtube.com/playlist?list=PLHTh1InhhwT5o3GwbFYy3sR7HDNRA353e)
- [Learncpp.com](https://www.learncpp.com/) - It is a free website devoted to teaching you how to program in C++. It's being updated regularly.
- [Hackingcpp.com](https://hackingcpp.com/index.html) - The all-in-one web portal with diffenent collections of materials related to C++: books, cheat sheets, recordings from conferences, etc.
- [Awesomecpp.com](https://awesomecpp.com) - The set of different sources about the C++.
- [Cpp Con (back to basics)](https://www.youtube.com/playlist?list=PLHTh1InhhwT5o3GwbFYy3sR7HDNRA353e)
## :star: Other interesting repositories
- [A cheatsheet of modern C++ language and library features](https://github.com/AnthonyCalandra/modern-cpp-features)
- [Collection of libraries and frameworks for C++ ](https://github.com/fffaraz/awesome-cpp)
- [Collection of libraries and frameworks for C++](https://github.com/fffaraz/awesome-cpp)
---