https://github.com/bbkane/cpp_tut
https://github.com/bbkane/cpp_tut
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbkane/cpp_tut
- Owner: bbkane
- License: mit
- Created: 2015-11-02T21:10:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T05:43:45.000Z (over 10 years ago)
- Last Synced: 2025-03-24T19:49:32.622Z (over 1 year ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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