К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
C++ Crash Course - Quick and Practical Learning · LearnSpace
Назад в каталог
courseraПрограммирование

C++ Crash Course - Quick and Practical Learning

Курс от Packt
Начальный≈ 14 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. This C++ Crash Course is designed to give learners a fast, structured, and hands-on introduction to one of the most powerful programming languages in the world. You’ll understand how C++ powers applications, systems, and modern software development while learning the key programming concepts that make it so versatile and efficient. You’ll start by exploring the basics of programming and C++ syntax, learning to use compilers, IDEs, and the building blocks of a C++ program. The journey then moves through variables, data types, operators, and control structures before diving into arrays, strings, functions, and pointers—solidifying your foundational understanding through practical examples and demos. As you progress, you’ll explore the heart of C++—object-oriented programming (OOP)—covering essential topics such as classes, objects, inheritance, and polymorphism. You’ll then advance to exception handling, file operations, and templates to write robust, efficient, and reusable code. The course concludes with the Standard Template Library (STL), equipping you with tools to handle data structures and algorithms effectively. This course is ideal for beginners and aspiring developers who want to start their programming journey or strengthen their coding fundamentals. No prior experience is required, but basic computer knowledge is recommended. The difficulty level is Beginner. By the end of the course, you will be able to write, compile, and debug C++ programs, use OOP principles effectively, handle errors gracefully, and apply STL to build efficient, real-world applications.

Навыки, которые вы освоите

Memory ManagementCode ReusabilityFile I/OC and C++Computer Programming Tools

Программа курса

12 модулей · 103 учебных материалов

01Introduction7 материалов

Introduction

Course IntroductionВидеоWhat is Programming?ВидеоHistory and Importance of C++ВидеоCompiler and IDEВидеоInstallation of IDE (Code Blocks)Видео

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

C++ Crash Course - Quick and Practical Learning
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 14 ч

12 модулей

Язык: Английский

Часть программы вашего университета
How to build a C++ program?Видео
C++ Program StructureВидео
02Basic Concepts7 материалов

Basic Concepts

VariablesВидеоData Types OverviewВидеоOperators - Arithmetic, Assignment, UnaryВидеоOperators - Relational, Logical, Ternary, sizeofВидеоcin and endlВидеоUnderstanding Variables and Data Types in CDIALOGUEBasic Concepts - AssessmentЗадание
03Control Structures14 материалов

Control Structures

IF, Else if, Else statementsВидеоSwitch Case StatementsВидеоFor LoopВидеоWhile LoopВидеоDo While LoopВидеоDemo: Table of NВидеоDemo: n raised to the power pВидеоBreak StatementВидеоContinue StatementВидеоNested LoopВидеоDemo: Patterns Printing - 1ВидеоDemo: Patterns Printing - 2ВидеоMastering Control Flow in C: If-Else, Loops, Switch, Break & ContinueDIALOGUEControl Structures - AssessmentЗадание
04Arrays and Strings10 материалов

Arrays and Strings

Introduction of ArraysВидеоForeach LoopВидеоDemo: Sum of elements of an arrayВидеоDemo: Find the maximum element from an arrayВидеоDemo: Find the element in an arrayВидео2D ArrayВидеоDemo: Add two matricesВидеоStringsВидеоWorking with Arrays and Strings in C/C++DIALOGUEArrays and Strings - AssessmentЗадание
05Pointers4 материалов

Pointers

Pointers IntroductionВидеоPointers and ArraysВидеоUnderstanding Pointers in CDIALOGUEPointers - AssessmentЗадание
06Functions9 материалов

Functions

Functions IntroductionВидеоFunction with parameters and return valueВидеоParameter Vs ArgumentВидеоFunction with default parametersВидеоCall by ValueВидеоCall by ReferenceВидеоLocal and Global VariablesВидеоUnderstanding Functions: Declaration, Definition, and Parameters in CDIALOGUEFunctions - AssessmentЗадание
07Object-Oriented Programming (OOPS)14 материалов

Object-Oriented Programming (OOPS)

Class and Objects IntroductionВидеоDemo: Create a Class and its ObjectsВидеоAccess SpecifiersВидеоAbstraction and EncapsulationВидеоStatic VariableВидеоStatic FunctionsВидеоFriend Functions and ClassesВидеоConstructorsВидеоConstructor OverloadingВидеоDestructorВидеоLifecycle of an ObjectВидеоScope Resolution OperatorВидеоUnderstanding Classes and Objects in C++DIALOGUEObject-Oriented Programming (OOPS) - AssessmentЗадание
08Inheritance7 материалов

Inheritance

What is Inheritance?ВидеоInheritance ExampleВидеоAccess Specifiers in "is-a" and "has-a" RelationshipВидеоAccess Specifiers of DerivationВидеоConstructor in InheritanceВидеоUnderstanding Inheritance in C++DIALOGUEInheritance - AssessmentЗадание
09Polymorphism9 материалов

Polymorphism

Function OverloadingВидеоOperator Overloading IntroductionВидеоOverloading Unary OperatorsВидеоOverloading Binary OperatorsВидеоMethod OverridingВидеоVirtual FunctionsВидеоAbstract ClassesВидеоUnderstanding and Applying Polymorphism in C++DIALOGUEPolymorphism - AssessmentЗадание
10Exception Handling and File Handling8 материалов

Exception Handling and File Handling

Exception Handling IntroductionВидеоException Handling DemoВидеоMultiple Catch BlocksВидеоUnderstand StreamsВидеоWrite to a FileВидеоRead from a FileВидеоHandling Exceptions and File Operations in C++DIALOGUEException Handling and File Handling - AssessmentЗадание
11Templates and Generic Programming4 материалов

Templates and Generic Programming

Function TemplatesВидеоClass TemplatesВидеоUnderstanding C++ Templates: Functions and ClassesDIALOGUETemplates and Generic Programming - AssessmentЗадание
12STL (Standard Template Library)10 материалов

STL (Standard Template Library)

STL IntroductionВидеоContainers - ArraysВидеоContainers - VectorВидеоContainers - ListВидеоContainers - Stack, QueueВидеоContainers - SetВидеоContainers - MapВидеоSTL (Standard Template Library) - AssessmentЗаданиеFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание