본문 바로가기
개발/C++,MFC

CString

by 언제나초심. 2012. 9. 25.
반응형

MFC 에 있는 CString 클래스 객체 이다.


CString str = "가나다라~";

str += "ddd";


이런게 된다. 


str.Format("%d",123);

str.Format("내 이름은! %s","홍길동");


요런것도 된다.




계속 정리중.



참고 : http://hongstone.tistory.com/14

반응형

'개발 > C++,MFC' 카테고리의 다른 글

[MFC] 메시지 처리기  (0) 2012.09.26
OutputDebugString 디버그 로그  (0) 2012.09.26
[비쥬얼 스튜디오 Visual Studio] 프로젝트 빌드 순서 정하기  (0) 2012.09.25
error LNK2005, LNK2019, LNK2001, LNK1120 에러 관련  (0) 2012.09.25
LPSTR  (0) 2012.09.25
unresolved external symbol  (0) 2012.09.25
redefinition; different basic types  (0) 2012.09.25
intellisense  (0) 2012.09.25