프로그래밍/Windows API [MFC] buffer too small 에러.... (CString) by 베리베리 2009. 8. 22. CString str; str+="count="; str.Format(_T("%s%d"),str,user_count); 이렇게 하고 디버그모드로 실행하니 buffer too small 에러가 나왔다. 그래서 Format 대신 str.AppendFormat(_T("%d"),user_count); 이것을 사용했더니 문제없이 실행된다. 도대체 무엇이 문제인걸까? 공유하기 게시글 관리 베리베리 지식창고 저작자표시 비영리 변경금지 관련글 [MFC] CFile [MFC] 파일 대화상자 [펌] _beginthread와 _beginthreadex의 차이 boolean 변수를 쓰지않고 쓰레드를 종료하는 방법.. 댓글
댓글