Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syedt1/cpp

Understanding C++
https://github.com/syedt1/cpp

algorithms binary binary-search-tree data-structures dynamic-memory-allocation linked-lists pointers queue recursion stack stl structs

Last synced: about 1 month ago
JSON representation

Understanding C++

Awesome Lists containing this project

README

        

# [Book List](https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)
# Important Youtube Links
+ [Cherno Project](https://www.youtube.com/watch?v=18c3MTX0PK0&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb)
+ [CppCon](https://www.youtube.com/user/CppCon/playlists)
+ [onelonecoder](https://www.youtube.com/c/javidx9/playlists)
+ [CPP beginner to Advanced](https://www.youtube.com/watch?v=8jLOx1hD3_o&t=104669s)
+ [Efficient Programming with components](https://www.youtube.com/watch?v=aIHAEYyoTUc&list=PLHxtyCq_WDLXryyw91lahwdtpZsmo4BGD&index=1)

## [C++ Reference](https://en.cppreference.com/w/)
## [C++ International Standard](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3690.pdf)
## [**uiCA - The uops.info Code Analyzer**](https://uica.uops.info/)
## [**A beginners' guide away from scanf()**](http://sekrit.de/webdocs/c/beginners-guide-away-from-scanf.html)
## [**modernescpp**](https://modernescpp.com/)
## [**float exposed**](https://float.exposed/0x44bf9400)
## [**awesome cpp**](https://github.com/fffaraz/awesome-cpp)
## [**algs4 - Princeton**](https://algs4.cs.princeton.edu/home/)
## [**Algorithhms 4th Edition by Robert Sedgewick, Kevin Wayne.pdf**](https://github.com/Mcdonoughd/CS2223/blob/master/Books/Algorithhms%204th%20Edition%20by%20Robert%20Sedgewick%2C%20Kevin%20Wayne.pdf)
## [**EuclideanSpace - Mathematics and Computing**](https://www.euclideanspace.com/index.html)
## [**cdecl+**](https://eisenwave.github.io/cdecl-plus/)
## [**c-exception under hood**](https://monkeywritescode.blogspot.com/p/c-exceptions-under-hood.html#chapter_n_19)
# Understanding C++ Through:-
### **Data Structures**
![alt text](https://github.com/SyedT1/Cpp/blob/master/img/0_UVG1F-0kLAEWAT3k.jpg)

### **Algorithms**
![alt text](https://github.com/SyedT1/Cpp/blob/master/img/24_what-is-an-algorithm-featured.jpg)

### **OOP**
![alt text](https://github.com/SyedT1/Cpp/blob/master/img/1280px-OOP.svg.jpg)