Variable function argument list

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Variable function argument list - strona 1

Fragment notatki:

Variable function argument list  in C we write: int printf(char *, …);  in C++ a bit simpler: int printf(char * …); // comma not required, but only if // variable preceding ”…” has no default value. // Macros for accessing args in (like in C)  in C++ - it may be done in another way: use overloading instead of variable argument list (not always possible - vide printf) ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz