中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

c++中CString:: Find , ReverseFind, Left, Right

c++
小云
90
2023-09-28 09:32:39
欄目: 編程語言

In C++, CString is a class provided by MFC (Microsoft Foundation Class) that encapsulates a null-terminated string of characters. It is similar to the standard C string but provides additional functionality and ease of use.

  1. Find: This method is used to find the first occurrence of a substring within the CString object. It takes the substring to search as a parameter and returns the zero-based index of the first occurrence if found, or -1 if not found. The method signature is:
int Find(LPCTSTR lpszSub);
  1. ReverseFind: This method is used to find the last occurrence of a substring within the CString object. It takes the substring to search as a parameter and returns the zero-based index of the last occurrence if found, or -1 if not found. The method signature is:
int ReverseFind(LPCTSTR lpszSub);
  1. Left: This method is used to extract a specified number of characters from the left side of the CString object. It takes the number of characters to extract as a parameter and returns a new CString object containing the extracted characters. The original CString object remains unchanged. The method signature is:
CString Left(int nCount) const;
  1. Right: This method is used to extract a specified number of characters from the right side of the CString object. It takes the number of characters to extract as a parameter and returns a new CString object containing the extracted characters. The original CString object remains unchanged. The method signature is:
CString Right(int nCount) const;

These methods provide useful string manipulation functionality in C++ using the CString class.

0
柳林县| 察雅县| 沙洋县| 宣威市| 蓝田县| 皋兰县| 华坪县| 邹城市| 张家港市| 正蓝旗| 永城市| 岱山县| 曲松县| 仪征市| 祁东县| 来安县| 保康县| 宣恩县| 比如县| 宁南县| 工布江达县| 仲巴县| 中卫市| 新河县| 河北区| 宝清县| 农安县| 岳普湖县| 南皮县| 桃园县| 新乡县| 崇文区| 临泽县| 嘉善县| 马公市| 政和县| 日喀则市| 辽源市| 黄石市| 陇西县| 彰化市|