A default pointer value

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
A default pointer value - strona 1

Fragment notatki:

A default pointer value  … use a space between * and =  Correct: - void f(char* ="Abc"); - void g(int * = NULL); - void g(int* =NULL);  Wrong: - void f(char*="Abc"); - void g(int *= NULL); - void g(int*=NULL); ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz