falling leaves are beautiful

About-gdb


[toc] GDB: The GNU Project Debugger GDB: The GNU Project Debugger…
Read more ⟶

Cpp_learning_note_4


[toc] STL-函数对象 函数对象 概念:重载函数调用操作符的类,其对象称为函数对象;函数对象使用重载的()时,行为类似函数调用,也叫仿函数。 本质:函数对象(仿函数)是一个类,不是一个函数。 函数对象的使用:…
Read more ⟶

Cpp_learning_note_2


[toc] reference:《黑马》C++系列教程 基础 核心 提高…
Read more ⟶

Cpp_learning_note_3


[toc] reference:《黑马》C++系列教程 基础 核心 提高…
Read more ⟶