Assigning names to types

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Assigning names to types - strona 1

Fragment notatki:

Assigning names to types • typedef creates new data type names • typedef does not declare objects, but defines identifiers that name types ( typedef names ) • typedef does not introduce new types • … only synonyms for types that could be specified in another way • Syntax: typedef-name: identifier • Examples: typedef long MyInt, *MyIntPtr; MyIntPtr p1; ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz