"C++"의 두 판 사이의 차이

jjuiddong
이동: 둘러보기, 찾기
11번째 줄: 11번째 줄:
 
* [[콘솔에서 hinstance 얻기]]
 
* [[콘솔에서 hinstance 얻기]]
 
* [[특정 문자열 변경 replace]]
 
* [[특정 문자열 변경 replace]]
 +
* [[문자열 split]]

2013년 6월 22일 (토) 13:37 판

std::string a = "abcABC.,!"; 
std::transform(a.begin(), a.end(), a.begin(), toupper);    // a를 대문자로 변경
std::transform(a.begin(), a.end(), a.begin(), tolower);    // a를 소문자로 변경
개인 도구
이름공간

변수
행위
둘러보기
도구모음