C++
Notes. Helpful concepts
Notes. How to init vector correctly?
Notes. How to understand Function return reference, this? #must read
- Install Cmake
- Create CMakeLists.txt here
- Create build folder (I didn't submit this)
- cd build
- cmake .. (Configure)
- cmake --build . (create your execute)
- C++Primer 5th
- Object-Oriented Design
- Design Pattern
- Unit Test
- The Art Of Readable Code