摘要:
Hash Map 作业说明 Milestone 1: Const-Correctness 首先打开main.cpp,找到student_main()函数,这个函数是用来测试里程碑 1 的。首先这个函数本身应该是没有 bug 的但是这个函数调用函数的参数应该是const类型。 首先需要修改这些函数的定 阅读全文
摘要:
Design philosophy of C++ Allow the programmer full control, responsibility, and choice if they want it. 解释: C++ 强调程序员对代码的完全控制权,允许程序员在需要时直接管理内存、硬件资源等底层 阅读全文