Posts with tag cpp SearchMakefile 简单笔记2024-12-06build-toolccppmakefilesoftware-engineering这是一篇笔记,原视频是 @于仕琪 老师的 《Makefile 20 分钟入门,简简单单,展示如何使用 Makefile 管理和编译 C++ 代码》。My GDB Cheat Sheet2024-03-09ccheat-sheetcppdebugginggdbtoolThe GNU debugger is a powerful tool for the debugging of (mainly) C/C++ programs. In this post I document the common operations of gdb and some useful learning resources.My personal summary of Stanford CS106L2023-06-01cppcs106lmodern-cppprogramming-languagesoftware-engineeringstanfordThis is CS106L, an in-depth modern C++ language course from Stanford. I enrolled in it at the beginning of April and almost finished it today.Const Correctness in C++2023-06-01constcppcs106lnoteprogramming-languagesoftware-engineeringstanfordThis is a note for Lecture 8, CS106L, Spring 2023.Type Safety and std::optional in C++2023-05-31constcppcs106lnoteprogramming-languagesoftware-engineeringstanfordtype-safetyThis is a note for Lecture 14, CS106L, Spring 2023.