Comments

Nasza ocena:

3
Wyświetleń: 609
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Comments - strona 1 Comments - strona 2

Fragment notatki:

Comments /* C-style comment, valid also in C++, may be several lines long */ // C++ one line comment // ends with End Of Line We may still use the preprocessor to comment out large blocks of source code #if 0 if (i99) { fprintf(stderr,”index out of range\n”); exit(1); } #endif /* use C comments for several lines long comments */ // do not mix C/C++ comments void foo() // here: C++ comments { return; // they are more convenient } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz