Loading...
1 声明中的()与{}——对象还是函数#include <iostream> struct X { X() { std::cout <...
仅摘录常用且不容易记忆的命令。1 gdb1.1 查看内存复制自C语言中文网。64位机器上一般这样查看内存:x /[n]xg [address]n视情况而定...
1 C语言链接#include<iostream> namespace A{ extern "C" int x; }...
1 最大匹配原则#include <iostream> int main() { int a = 5,b = 2; std::cout ...
1 async#include <iostream> #include <string> #include <future&...