This video describes the introductory class to C++ programming. This class discusses the first C++ program, its syntax, and the description of each line. The program is performed on the Code::Blocks.
The latest version of Code::Blocks can be downloaded at http://www.codeblocks.org/. Download the mingw-setup.exe file to install the text editor with a compiler.
Introduction 0:00
Code::Blocks 0:23
First C++ program 1:12
Running the program 3:34
#C++ #programming #cpp #c #codeblocks