Skip to content
Archive of posts filed under the C++ programming category.

Benefit for become programmer

Hi all,
The last I write tutorial about C++ .
Well, now I will tell you about benefit for become programmer.
First you can get a job with high salary at your offline company or office.
The second benefit is you can do project for becoming online freelance.
It easy if you understand how programs work. All programming language almost [...]

Variable and type data

The first tutorial is how to write hello world.
Now we will learn about variable and data type in C++.
Variable is a word that can contain almost all characters. But the important things to remember is variables must begin with a letter. Then after the first character you can add symbols and numeric.
Below is example of [...]

intro to C++ programming

C++ is high level programming. C++ support object oriented programming (OOP). We need a compiler such as visual C++ to build a program. C++ using library file like other to work.
Library file such as iostream.h, stdlib.h, etc are public library. Each compiler provide library file.