• A
  • A
  • A
  • АБB
  • АБB
  • АБB
  • А
  • А
  • А
  • А
  • А
Обычная версия сайта
2023/2024

Программирование на языке С ++

Статус: Маго-лего
Когда читается: 1, 2 модуль
Онлайн-часы: 52
Охват аудитории: для своего кампуса
Язык: английский
Кредиты: 6
Контактные часы: 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.