본문 바로가기

Programming/VC++

[VC++] Replace

특정문자를 다른 문자로 바꾸어 주는 함수


CString str;


str.Replace("\r\n", "\n");