LCD Monitor 제작

lcd

LCD Monitor 제작 참고 링크

by 갈매기 | 2007/03/03 23:14 | 트랙백 | 덧글(0)

Preprocessor Reference

 

C/C++ Language Reference
Preprocessor Reference

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:

http://msdn2.microsoft.com/en-us/library/ms864128.aspx

by 갈매기 | 2007/02/28 15:52 | Programing | 트랙백 | 덧글(0)

◀ 이전 페이지          다음 페이지 ▶