2024/2025
C++ Programming
Type:
Mago-Lego
Delivered by:
Big Data and Information Retrieval School
When:
2, 3 module
Online hours:
60
Open to:
students of one campus
Instructors:
Pavel Voloshchuk
Language:
English
ECTS credits:
6
Course Syllabus
Abstract
This course closely examines C++, which is one of the most popular languages used for developing effective applications. The first part of the course briefly explains the basic language constructs which should be familiar to students who took a course in the Python language: input-output, variables, conditional operators, loops, functions, and containers. One of the most important topics is the use of templates, standard template library (STL), and iterators. We will also explore the basics of object-oriented programming: classes, objects, and methods. During the course, you will have an opportunity to solve many practical problems.