result Tizen::Base::String::IndexOf ( const String & str, int startIndex, int & indexOf ) const
에 의해 Nick Hathaway
2014년 01월 09일 07:57
영어 (English)
2 댓글
Can't seem to get String.IndexOf() to work. Compiler keeps saying "no matching member function for call to 'IndexOf'"
Here's the definition from the documentation:
result Tizen::Base::String::IndexOf ( const String & str, int startIndex, int & indexOf ) const
here's the code i'm trying:
int i;
const String string1 = "abcdefg";
const String string2 = "bcd";
string1.IndexOf(&string2, 0, &i);
로그인이 필요한 서비스 입니다. 로그인 하시겠습니까?
The tag you entered already exists.
이 게시물을 스팸으로 신고하시겠습니까?
스팸으로 신고 되었습니다.
cannot be empty.
작성을 취소하고 목록으로 돌아가시겠습니까?
The code has been copied to the clipboard.
이 곳에 제목을 입력하세요.
All Categories
일반 지원
Tizen .NET
웹 애플리케이션 개발
Native 애플리케이션 개발
SDK 및 IDE
--------
--------