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

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

2013년 5월 19일 (일) 20:29 판

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

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