[ C++ ] 객체 포인터와 객체 - string 클래스 find() | C++ 행맨 게임
·
Archive/Develop
find() 찾을 문자열과 어디서부터 찾을 것인지에 대한 인덱스를 인자로 받는 함수이다. #include #include using namespace std; int main() { char c = 'A'; string str = "Apple pear"; int x = str.find("p", 0); int y = str.find("p", 3); cout a; int startindex = 0; int x = 0; int count = 0; while (true) { x = str4.find(a, startindex); if (x != -1) { startindex=x+1; ++count; } else { break; } } cout