摘要:
1. noncopyable类和copyable类 2. test cpp include include "noncopyable.h" class A : public ld::noncopyable { public: int a=1; }; class B : public ld::copy 阅读全文
摘要:
1. C++ std::function std::bind std::shared_ptr std::vector 2. demo cpp include include include include include using namespace std; class Info{ public 阅读全文
摘要:
1. IO类层次结构 2. demo c++ include include include using namespace std; void test_fstream(); void test_stringstream(); int main() { test_fstream(); test_s 阅读全文