https://github.com/mlbo/moderncpp
Modern C++ Course For CV Note
https://github.com/mlbo/moderncpp
modern-cpp opencv
Last synced: about 2 months ago
JSON representation
Modern C++ Course For CV Note
- Host: GitHub
- URL: https://github.com/mlbo/moderncpp
- Owner: mlbo
- Created: 2020-10-16T06:48:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T12:44:23.000Z (over 5 years ago)
- Last Synced: 2025-02-14T23:28:47.571Z (over 1 year ago)
- Topics: modern-cpp, opencv
- Language: Shell
- Homepage: https://mlbo.github.io/ModernCpp/
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern C++ Course For CV Note

My note for [Modern C++ Course For CV (2020)](https://www.ipb.uni-bonn.de/teaching/cpp-2020/tutorials/).
You can see [must-have-tools](https://github.com/nachovizzo/must-have-tools/wiki) for the tools you my need.
## [build_tools](./build_tools)
* The compilation process
* Libraries
* Build Systems
## [core_cpp](./core_cpp)
* C++, the legals
* Control structures
* Built-in types
* Variables
* Streams