2007년 03월 03일
LCD Monitor 제작
# by | 2007/03/03 23:14 | 트랙백 | 덧글(0)
The Preprocessor Reference explains the preprocessor as it is implemented in Microsoft C/C++. The preprocessor performs preliminary operations on C and C++ files before they are passed to the compiler. You can use the preprocessor to conditionally compile code, insert files, specify compile-time error messages, and apply machines-specific rules to sections of code.
For additional reference material on C and C++, see:
# by | 2007/02/28 15:52 | Programing | 트랙백 | 덧글(0)
◀ 이전 페이지 다음 페이지 ▶