252-0863-00L  Engineering Tool: Advanced Programming with C++

SemesterAutumn Semester 2020
LecturersF. Friedrich Wicker
Periodicityyearly recurring course
Language of instructionEnglish
CommentAll Engineering Tool courses are for MAVT-Bachelor students only.


AbstractThe programming model of C++ is discussed in some depth. In particular the mechanisms for efficient memory management and generic programming with C++ are covered.
ObjectiveAbility to implement memory-efficient data structures and efficient generic algorithms using C++.
ContentVectors, pointers and iterators, range for, keyword auto, a class for vectors, subscript-operator, move-construction and iteration. RAII (Resouce Allocation is Initialization) Principle, Templates and Generic Programming, Functors and Lambda Expressions.
Lecture notesDetailled, bilingual slides of the lectures will be made available.
LiteratureB.Stroustrup, The C++ Programming Language (4th Edition), Addison Wesley 2013.
Prerequisites / NoticeLecture Series Informatik I 252-0832-00L or equivalent knowledge in programming with C++.

Course can only be taken if the programming project is executed and submitted. If no solution to the programming project is submitted, the course is considered failed («no show»).