Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
teaching:autumn_term_2020:programming [2020-09-24 14:37] Julian Kunkel created |
teaching:autumn_term_2020:programming [2020-09-24 14:43] (current) Julian Kunkel [Programming in C/C++ (CS1PC20)] |
||
---|---|---|---|
Line 2: | Line 2: | ||
The official [[https:// | The official [[https:// | ||
+ | Additional information to this page is provided in RISIS and your timetable. | ||
+ | The module is taught online due to COVID-19, I make the videos of my lectures and tutorials available on YouTube as well: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
===== Aims ===== | ===== Aims ===== | ||
Line 9: | Line 13: | ||
This module also encourages students to develop a set of professional skills, such as mastery of the discipline (understanding of methodology, | This module also encourages students to develop a set of professional skills, such as mastery of the discipline (understanding of methodology, | ||
+ | |||
+ | ===== Content ===== | ||
+ | |||
+ | * Computing Concepts, Introduction to Programming and Structured Program Development | ||
+ | * The C programming language; Program Control; Types and Operators; Functions; Arrays and Pointers; Characters and Strings; Formatted Input/ | ||
+ | * Introduction to object-oriented programming; | ||
+ | * The C++ programming language; Classes; Inheritance; | ||
+ | * Using UNIX and Windows operating systems; Compilers, Linkers, Debuggers, and Integrated Development Environments; | ||
+ | |||
+ |