|
|
|
||
Computer programming fundamentals I
This lecture is a basic course of computer programming for students that have never programmed, or have only little experience with computer programming. It can be considered a loose course of the C programming language with many examples, description of number representations, standard library and programming tools (e. g., make, profiler, debugger). Last update: ZUSKOVA (29.01.2003)
|
|
||
B. W. Kernighan, D. M. Ritchie: The C Programming Language, Second edition, Prentice Hall, 1988. Last update: Uhlík Filip, prof. RNDr., Ph.D. (07.06.2019)
|
|
||
Exam consists in two parts, a written one when student creates a program for an agreed problem and an oral one when students defends its correctness and eventual changes. If necessary, the couse and the exam will have a distant form. Last update: Uhlík Filip, prof. RNDr., Ph.D. (15.10.2020)
|
|
||
Algorithms and programs Number types and number representations Constants and variables Operators and expressions if, while, for, do Arrays Functions break, continue, switch, goto Structures, unions and definitions of types Pointers Recursion Input/Output Programing tools Last update: Uhlík Filip, prof. RNDr., Ph.D. (07.06.2019)
|