Project #0 - C++ Primer¶
这是一份高度客制化的学习笔记,主要是记录了笔者的实验完成过程,以及笔者认为有价值的知识点。
CMU-15445 Database Systems Proj-0
前置准备¶
在做这个实验之前,建议先看一下这些内容:
- Learn C++
- Debugging C++ Programs, Chapter 3
- Error Detection and Handling, Chapter 9
- Constexpr functions, Chapter F
- Move Semantics and Smart Pointers, Chapter 22
- Exceptions, Chapter 27
- Input and Output (I/O), Chapter 28
- C++ Debugging in VSCode
- Google C++ Style Guide