跳转至

Project #0 - C++ Primer

这是一份高度客制化的学习笔记,主要是记录了笔者的实验完成过程,以及笔者认为有价值的知识点。

CMU-15445 Database Systems Proj-0

前置准备

在做这个实验之前,建议先看一下这些内容:

  1. 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
  2. C++ Debugging in VSCode
  3. Google C++ Style Guide
gdb debugger
  1. cmu gdb book
  2. Tips on gdb debugging
  3. video tutorial

不太建议初学者上来就搞gdb,这些文档我还没读,以后再说吧