240 发简信
IP属地:北京
  • C++11中std::move、std::forward、左右值引用、移动构造函数的测试

    C++11中std::move、std::forward、左右值引用、移动构造函数的测试 关于C++11新特性之std::move、std::f...

  • C++类重载函数的function和bind使用

    C++类重载函数的function和bind使用 在没有C++11的std::function和std::bind之前,我们使用函数指针的方式是...

  • 一个关于线程detach的例子

    #include "pch.h" #include #include using namespace std; void myPrint(con...