본문 바로가기

컴퓨터 과학 & 영상처리 관련/C / C++

변수 없이 CString의 Format() 사용하기


CString.Format("%d",count);  //이건 CString이 객체가 아니라 안되고...

 

CString::Format("%d",Count);  //이건 CString:: 에서 static 함수 써서 되려나? 안됨