Go to course navigation

NIE-EPC

NIE-EPC course pages

Warning:

It is strongly recommended not to enroll in this course without prior knowledge and practical experience in C++. This is particularly important for students who did not complete their bachelor’s studies at FIT CTU. The specific prerequisites required for this course are listed below.

Warning:

Course pages are being updated for the winter semester B261; currently presented information may be outdated.

Annotation

Students will learn how to use modern features the C++ programming language for creating software. The main focus will be on effectiveness and efficiency, whether it means writing portable and maintainable source code, or creating correct computer programs with low requirements for system memory and CPU runtime.

Characteristics

The NIE-EPC course is intended for students with serious interest in programming in current versions of the C++ language. The focus is put on the modern form of programming in C++ and the effective use of this programming language, meaning both efficient utilization of computer system resources and effective code writing and its subsequent maintenance. The goal of the course is also understanding of the “nature and philosophy” of C++.

Requirements

NIE-EPC builds on the BIE-PA1 and BIE-PA2 courses, and students are expected to have a thorough mastery of their content. Partial knowledge of the BIE-GIT, BIE-OSY, and BIE-SAP courses is also required. Familiarity with the BIE-APS course may be beneficial.

Study materials

The primary study materials are the lecture slides. Other suitable sources are, for instance: