STL中的multiset

STL中的multiset …… 阅读全文

static_cast, dynamic_cast, const_cast, reinterpret_cast的简单介绍

static_cast, dynamic_cast, const_cast, reinterpret_cast的简单介绍 …… 阅读全文

C++中的IO类(iostream, fstream, stringstream)小结

C++中的IO类(iostream, fstream, stringstream)小结 …… 阅读全文

不区分大小写的串比较---Windows下的stricmp和Linux下的strcasecmp, 遇到了, 所以记录一下!

不区分大小写的串比较---Windows下的stricmp和Linux下的strcasecmp, 遇到了, 所以记录一下! …… 阅读全文

STL中的bitset

STL中的bitset …… 阅读全文

谈谈typedef char* PChar; const PChar p;的错误之处

谈谈typedef char* PChar; const PChar p;的错误之处 …… 阅读全文

默认的类类型转换

默认的类类型转换 …… 阅读全文

C++ Primer 第五版中的Sales_data类---用来模拟Sales_item类的实现

C++ Primer 第五版中的Sales_data类---用来模拟Sales_item类的实现 …… 阅读全文