• A
  • A
  • A
  • ABC
  • ABC
  • ABC
  • А
  • А
  • А
  • А
  • А
Regular version of the site
2023/2024

C++ Programming

Type: Mago-Lego
When: 1, 2 module
Online hours: 52
Open to: students of one campus
Instructors: Ilya Kosarev
Language: English
ECTS credits: 6
Contact hours: 10

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.