태그>vc(총 32개의 글)
'vc' 관련 최근글
-
- Using Visual C++ 2005 Express Edition with the Microsoft Platform..

-
홍야루의 ^^홍야홍야^^ by 홍야루|2007/08/08 17:49
무상으로 배포되는 Visual Studio 2005 Express Edition 에서 Win32 응용프로그램을 쓸 수 있도록 해주는 Tip (?) = By Brian Johnson, Microsoft Corporation You can use Visual C+ Express to build powerful .NET Framework applications immediately ..
- Using Visual C++ 2005 Express Edition with the Microsoft Platform..
-
- VC++ GetLastError() 리턴값을 문자열로 만들어 출력하기

-
Sigel's house made of ice 。。。 by Sigel|2005/07/19 18:55
WIN32 API중에 오류를 얻으려면 GetLastError를 사용하는 경우가 많습니다. 그런데 이것은 정수형값이어서 사람이 알아보기에는 힘이 듭니다. 이럴때 다음 함수를 사용해 GetLastError()에서 넘어오는 정수값을 문자열로 전환해 출력할 수 있습니다. 참고로 Visual C+ 6.0에는..
- VC++ GetLastError() 리턴값을 문자열로 만들어 출력하기


