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

https://github.com/bbkane/cpp_tut


https://github.com/bbkane/cpp_tut

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cpp_tut

## Topics

- Lambdas
- auto and decltype
- brace init
- deleted and default functions
- nullptr
- enum class
- rvalues and lvalues
- variadic templates
- std::thread and std::random
- range based for
- smart pointers
- msft memory leaks