cpp notes
a long post with my cpp notes
Focus on
- memory management
- pointers and references
- STL standard template libraries
- Operating system Internals .
- processes
- threads
- memory management
- file systems
Good for storing non duplicates
unordered_set<int> s;