To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.Zobacz
całą notatkę
Podgląd dokumentu
Fragment notatki:
Other Preprocessor Commands #error text of error message generates an appropriate compiler error message Example #ifdef OS_MSDOS #include #elifdef OS_UNIX #include "default.h" #else #error Wrong OS!! #endif #line number "string" informs the preprocessor that the number is the next number of line of input. "string" is optional and names the next line of input #pragma implementation dependent
... zobacz całą notatkę
Komentarze użytkowników (0)