Const

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Const - strona 1

Fragment notatki:

Const  named constants - replace #defined C constants const five = 5; void foo(const int con_i);  consts - regular variables, with address, size, operators, but not to be modified  const prevents programmer from mistakes  use of consts permits optimization by a compiler ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz