Cpp - RRTstar/RRTstar.github.io GitHub Wiki
C++ basic weekly guide
Week 1
- [Video] Youtube (Special thanks to Cherno)
- Welcome to C++
- Build system
- How C++ Works
- How the C++ Compiler Works
- How the C++ Linker Works
- Focus!! THIS IS VERRRRRRRY IMPORTANT!!
- [Book] A Tour of C++ 2nd
- chapter 1.1 ~ 1.2
- chapter 16
- [Assignment]
- Understanding the build process
- See the diagram and explain the build process.
- Understanding the build process
Week 2
- [Video] Youtube (Special thanks to Cherno)
- Variables in C++
- Functions in C++
- C++ Header Files
- How to debug
- Just for reference
- Find out!
- GDB
- Break Point
- Back Trace
- CppCon 2015: Greg Law " Give me 15 minutes & I'll change your view of GDB"
- [Book] A Tour of C++ 2nd
- chapter 1.3 ~ 1.6
- [Assignment]
- Explain what "source file" and "header file" are different and what relationships are.
- Explain "Back Trace" and it's usage