Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic of C++ Programming Language
Rating: 4.1 out of 5(37 ratings)
1,753 students

Basic of C++ Programming Language

30minutes · C++ Basic · Subtitles
Created byHo Zi Rui
Last updated 8/2023
English

What you'll learn

  • Get an introduction to C++
  • Able to learn for the installation and configuration of C++ Environment
  • Able to develop simple program by C++
  • Understand the basic usage of C++

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

1 section5 lectures39m total length
  • Introduction to C++ Programming Language4:31

    C++ is a high level general purpose language, an extension of C with memory manipulation, featuring object oriented, generic, and functional styles, plus strong community support and fast performance.

  • Who invented C++ ?
  • When is the first release of C++ ?
  • Environment Installation and Configuration14:05

    Install and configure the c++ compiler on windows, download and extract the installer, set path, verify with g++ version, compile cpp, and install Visual Studio Code with the Cplusplus extension.

  • Is the following explanation is correct ?
  • Write a program for user to input their name, and display it as a output. (using cin and cout)
  • First Program6:43

    Create your first c++ program by making a .cpp file, including iostream, using std, and printing Hello World in main. Compile with g++ to produce an executable.

  • What is the first thing we need to include when we are writing the code ?
  • Data types in C++7:04

    Explore the data types in c++, including boolean, char, int, float, and double, how they determine storage, and how to print and manipulate variables with cout and iostream.

  • Operator in C++7:04

    Discover how C++ declares variables with data types such as boolean, character, integer, float, and double, and print them with cout after basic value changes.

Requirements

  • No programming experience

Description

Learn the basic of C++ as a preparation for you to start learning Cpp

The course "Basics of Cpp Programming Language" is a comprehensive introduction to one of the most widely used and versatile programming languages in the software development industry. Designed for beginners, this course provides a solid foundation in Cpp programming concepts and techniques.

Throughout the course, you will embark on a journey to understand the fundamental building blocks of Cpp. Starting with an overview of the language's history and significance, you will explore the core syntax, data types, variables, and operators. With hands-on exercises and coding examples, you will gain practical experience in writing Cpp code and learn how to create basic programs.

The course delves into crucial concepts such as control flow structures, including conditionals and loops, and demonstrates how they can be used to make your programs more dynamic and responsive. You will also learn about functions, libraries, and the importance of modular programming.

Moreover, the course covers key topics like object-oriented programming (OOP) in Cpp, where you will discover the principles of encapsulation, inheritance, and polymorphism. By grasping these concepts, you will be equipped to design and implement object-oriented programs using Cpp.

By the end of this course, you will have acquired a strong foundation in Cpp programming, enabling you to tackle more advanced programming challenges, build robust applications, and pursue further studies in software development. Whether you aspire to become a software engineer or simply wish to expand your coding skills, the "Basics of Cpp Programming Language" course is an ideal starting point for your journey into the world of Cpp programming.

Who this course is for:

  • Who are intended to start learning programming
  • Who are decided to start learning C++ programming language