타이틀명을 입력해주세요.
-
[Woos] Programming/MSDN - 함수 이야기 2009.08.14 0 comment
-
STL은 Standarad Template Library, 즉 template 기법을 이용해 만들어진 표준화된 library라고 볼 수 있습..
[Woos] Programming/MSDN - 함수 이야기 2009.08.14 0 comment
-
#include #define MAX(a,b) (a>b? a:b) void main() { int x=20, y=80,r; r= max(x++,y++); cout
[Woos] Programming/C /C++ /C# 2009.08.12 0 comment
-
다이렉트엑스의 구성 요소 [편집] 아래에는 다이렉트엑스 그래픽스(아래 두 가지 API를 통합해 부르는 명칭..
[Woos] Programming/Game 2009.08.04 0 comment
-
[Woos] Programming/MSDN - 함수 이야기 2009.08.03 0 comment
-
캡춰 장치를 선택하려면 , 「System Device Enumerator 의 사용법」 으로 설명하고 있도록(듯이),System De..
[Woos] Programming/C /C++ /C# 2009.08.03 0 comment
타이틀이 없습니다.
-
[Woos] Work 2011.12.07 0 comment
-
유니코드로 프로젝트를 변환 할때 참고 . // CString → Char char* StringToChar(CString str) { char *sz..
[Woos] Work 2011.12.07 0 comment
-
변수형 (%d..) 1. %d : 10진수로 출력 정수형 2. %f : 실수형 3. %e : 지수형 4. %o : 8진수로 출력 5. %x ..
[Woos] Work 2011.12.07 0 comment