- historie jazyka C, standardy, motivace
- styly psaní C kódu, základní primitiva jazyka
- deklarace/definice funkcí, lokální a globální proměnné
- konverze číselných typů, reprezentace záporných čísel
- ukazatele, operátor reference a dereference, aritmetika ukazatelů, pole
ukazatelů
- čtení složitých deklarací
- const, enum, typedef, bitová pole
- ladící nástroje a techniky
Poslední úprava: Töpfer Pavel, doc. RNDr., CSc. (22.05.2017)
- C history, standards, motivation
- coding style, basic language primitives
- function declaration/definition, local variables
- arithmetic type conversions, negative numbers representation
- pointers, reference/dereference, pointer arithmetics, arrays and pointers
- reading complex declarations
- const, enum, typedef, bit fields
- debugging tools and techniques
Poslední úprava: Töpfer Pavel, doc. RNDr., CSc. (22.05.2017)
|