This course in this semester is only in Hungarian language

code:
cppmatm22va
cpp_pr1x0_m17va
im1c3pn4
Grading policy
During the semester students will work on a C++ project which consists from 3-4 major milestones. At each milestone students should implement some part of the project according what they learn by that time. Each milestones are evaluated separately. Based on these results I will offer a mark at the end of the semester.
Those who do not accept the offered mark should write a C++ program as an exam. For this events you can use all notes, books or internet resources except any AI generated code and human help.
The final grade is based on the following factors:
- The offered mark based on the student task
or
- The submissions of the student task and the canvas examples: 50%.
- Writing an exam program in the exam period: 50%
Activity on practices has a positive effect.
Student project
During the semester the students (individually) worked on a larger project. They step by step create a C++ class and its test environment. For every time they have to create a small additional code set built on the previous results. We publish the solution after the deadline with some delay.
Schedule 2026 Spring
Lecture
| Time | Where | Lecturer | Contact |
|---|---|---|---|
| Monday 16:00-17:30 | LD 0-820 Hunfalvy János terem | Porkoláb Zoltán | gsd@inf.elte.hu |
Practices
| Time | Where | Lecturer | Contact |
|---|---|---|---|
| Wednesday 14:00-16:00 | LD 1-108 Koch Antal | Umann Kristóf | dkszelethus@gmail.com |
| Wednesday 16:00-17:30 | LD 7-102 Juhász-Nagy Pál | Umann Kristóf | dkszelethus@gmail.com |
Slides
Planned schedule:
| Lecture |
|---|
| 1. Fundamentals |
| 2. Static typing |
| 3. Program structure |
| 4. The preprocessor |
| 5. Expressions |
| 6. Expression evaluation, Statements |
| 7. Scope |
| 8. Life |
| 9. Common errors regarding scope and life |
| 10. Declarations |
| 11. Functions |
| 12. Parameters of main |
| 13. Classes |
| 14. Operators |
| 15. POD and non-POD |
| 16. Templates |
| 17. The Standard Template Library |
| 18. STL reference |
| 19. STL example |
| 20. Inheritance |
| 21. Polymorphism |
| 22. Exam preparation |
Further reading

Bjarne Stroustrup: The C++ Programming Language, 4th Edition.
Addison-Wesley (May 2013) ISBN 978-0321563842.

Bjarne Stroustrup: Programming, 2nd. Edition. (2013). ISBN-13: 978-0321992789.

Scott Meyers: Effective Modern C++, 42 Specific Ways to Improve Your Use of C++11 and C++14.
O’Reilly Media (November 2014).
Earlier
Student project in 2025
In 2025 the student project was to implement a Rational number class.
- Task 1 Write a function to create a canonical form for a Rational number.
- Task 2 Implement the four basic operations on Rational numbers.
- Task 3 Write a Rational class based on the Task2. Implement the class in the rational.h and the rational.cpp files.
Videos on 2022 lectures
| Lecture | Video |
|---|---|
| 1. Fundamentals | CppMat-2022-ea-01.mp4 |
| 2. Static typing | CppMat-2022-ea-02.mp4 |
| 3. Program structure | CppMat-2022-ea-02.mp4 from 53’ |
| 4. The preprocessor | CppMat-2022-ea-03.mp4 |
| 5. Expressions | CppMat-2022-ea-03.mp4 from 36’ |
| 6. Expression evaluation, Statements | CppMat-2022-ea-04.mp4 |
| 7. Scope | CppMat-2022-ea-06.mp4 |
| 8. Life | CppMat-2022-ea-06.mp4 from 55’ |
| 9. Common errors regarding scope and life | CppMat-2022-ea-06.mp4 from 1h:30’ |
| 10. Declarations | CppMat-ea-07.mp4 |
| 11. Functions | CppMat-ea-07.mp4 from 64’ |
| 12. Parameters of main | CppMat-ea-07.mp4 from 1h:20’ |
| 13. Classes | CppMat-2022-ea-07.mp4 |
| 14. Operators | CppMat-2022-ea-08.mp4 |
| 15. POD and non-POD | CppMat-2022-ea-09.mp4 |
| 16. Templates | CppMat-2022-ea-10.mp4 |
| 17. The Standard Template Library | |
| 18. STL reference | |
| 19. STL example | |
| 20. Inheritance | CppMat-2022-ea-11.mp4 |
| 21. Polymorphism | CppMat-2022-ea-11.mp4 |
| 22. Exam preparation |
Some practices in 2022
| Practice | Video |
|---|---|
| 2022.02.14. | CppMat-22-gyak-0215-12h.mp4 |
| 2022.02.28. | CppMat-22-gyak-0228-10h.mp4 |
| 2022.03.07. | CppMat-22-gyak-0307-10h.mp4 |
| 2022.03.21. | CppMat-22-gyak-0321-10h.mp4 |
Videos on 2021 lectures
| Lecture | Video |
|---|---|
| 1. Fundamentals | CppMat-ea-01.mp4 |
| 2. Static typing | CppMat-ea-02.mp4 |
| 3. Program structure | CppMat-ea-03.mp4 |
| 4. The preprocessor | CppMat-ea-03.mp4 (from 43’) |
| 5. Expressions | CppMat-ea-04.mp4 |
| 6. Statements | CppMat-ea-05.mp4 |
| 7. Scope | CppMat-ea-05.mp4 (from 43’) |
| 8. Life | CppMat-ea-06.mp4 |
| 9. Common errors regarding scope and life | CppMat-ea-06.mp4 (from 60’) |
| 10. Declarations | CppMat-ea-07.mp4 |
| 11. Functions | CppMat-ea-07.mp4 (from 64’) |
| 12. Parameters of main | |
| 13. Classes | |
| 14. Operators | CppMat-ea-08.mp4 |
| 15. POD and non-POD | CppMat-ea-08.mp4 (from 59’) |
| 16. Templates | CppMat-ea-09.mp4 |
| 17. The Standard Template Library | CppMat-ea-09.mp4 (from 58’) |
| 18. STL reference | |
| 19. STL example | |
| 20. Inheritance | CppMat-ea-10.mp4 |
| 21. Polymorphism | |
| 22. Exam preparation | CppMat-ea-10.mp4 |
Videos on 2021 practices
| Practice | Tuesday 12:15h | Tuesday 16:00h |
|---|---|---|
| 2021.02.09 | Video | Video |
| 2021.02.16 | Video | Video |
| 2021.02.23 | Video | Video |
| 2021.03.02 | Video | Video |
| 2021.03.09 | Video | Video |
| 2021.03.16 | Video | Video |
| 2021.03.23 | Video | Video |
| 2021.03.30 | Video | Video |
| 2021.04.13 | Video | Video |
| 2021.04.20 | Video | Video |
| 2021.04.27 | Video | Video |
| 2021.05.04 | Video | Video |
| 2021.05.11 | Video | Video |
Videos from 2020
Practice 4 | Practice 7 | Practice 8 | Practice 10 | Practice 12 | Practice 17 | Practice 20