ホーム » 2017 » 3月 » 08

日別アーカイブ: 2017/03/08

2017年3月
 1234
567891011
12131415161718
19202122232425
262728293031  

カテゴリー

アーカイブ

ブログ統計情報

  • 80,349 アクセス



CString , tstring

typedef std::basic_string  <TCHAR,std::char_traits<TCHAR>,std::allocator<TCHAR> >  tstring ;

CString tstring
Left (count) substr (0,count)
Mid (first) substr (first)
Mid (first,count) substr (first,count)
Right (count)
IsEmpty empty
Empty clear

CString , std::string , …
tstring.hxx

Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.