
C++
paul_26piggy
这个作者很懒,什么都没留下…
展开
-
C++字串string使用說明書
"C++字串string使用說明書" 有了這本說明書相信在使用string上更能得心應手 傳統c字串使用'\0'作為結束字元,而c++字串string不使用這種方式來處理字串 c++字串原型如下 typedef basic_string string; typedef basic_string wstring; //寬字元 若要使用需引入s转载 2013-02-08 18:35:57 · 348 阅读 · 0 评论 -
C++ 基础笔记
public static member constant std::string::npos " style="margin:0px; float:right; font-family:monospace; position:relative; top:-20px"> static const size_t npos = -1; Maximum value for s转载 2013-02-08 18:34:54 · 302 阅读 · 0 评论