亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
赞皇县| 昌黎县| 东阿县| 古浪县| 赤城县| 屯门区| 青川县| 资阳市| 尚志市| 贵德县| 沁阳市| 普兰店市| 宽甸| 兴国县| 赤水市| 杭锦旗| 邓州市| 大荔县| 四子王旗| 偃师市| 珠海市| 南投市| 太原市| 铁力市| 葫芦岛市| 信宜市| 南漳县| 福安市| 虹口区| 嘉善县| 通辽市| 广河县| 宁陵县| 依兰县| 新津县| 永安市| 清苑县| 罗平县| 集安市| 南雄市| 鲜城|