C++ 知识小点汇总

来源:互联网 发布:查看linux cpu核数 编辑:程序博客网 时间:2024/06/05 03:57
  • const,mutable:《C++类》
  • C++ 中查看变量的类型:typeid(VariableName).name(); // 需要 #include <typeinfo>