摘要: CString::Find 编辑本段作用 在一个较大的字符串中查找字符或子字符串 int Find( TCHAR ch ) const; int Find( LPCTSTR lpszSub ) const; int Find( TCHAR ch, int nStart ) const; int Find( LPCTSTR lpszSub, int nStart ) const;... 阅读全文
posted @ 2011-12-20 11:26 os66 阅读(287) 评论(0) 推荐(0)