C++ For Beginners
What is C++? C++ (pronounced "See plus plus") is an "object
oriented" and is considered a high level programming language. C++ was
created by Bjarne Stroustrup in 1980s.
As an enhancement to the C programming language, C++ could be considered a
superset of C. Generally, C programs are able to run successfully in C++ compilers.
One of the differences between C and C++ is: C uses structured programming concepts
and techniques while C++ uses object oriented programming. C++ programs are
portable. Another important feature of C++ is the use of classes, that's why
its originally named "C with Classes".
C++ programs cannot be directly used on the website as ASP, PHP or JSP. It
widely used in the software industry, also used for hardware design. To run
C++ codes, you will need a C++ compiler. if you are using Windows, you can download
Borland C++Builder.
In this course, you will learn how to:
Create your first C++ program, Include header files, Output and input data,
Use Arrays, Loops, If statement and Switch statement, Write and read a text
file; Use database, Draw a shap and use graphics.
|