Visual c++ for beginners

in #visual7 years ago

image

C ++ was created a decade after C. C ++ was created by Bjarne Stroustroup of Bell Laboratory AT & T in 1983. At first C ++ was named "A better C". The C ++ name itself is named by Rick Mascitti. The ++ sign comes from the increment operator in C language.

The specialty of C ++ is that it supports OOP (Object Oriented Programming). The main purpose of making C ++ is to increase the productivity of programmers in making applications. Most experts agree that OOP and C ++ are able to reduce complexity, especially programs consisting of more than 10,000 lines, can even increase 2x productivity from C, Pascal and Basic.

That's a bit about the history of C and C ++. This time in this article, I will discuss about how to start learning C ++ programming.
here I will give an example of a simple program to make a home from visual c ++

image
image
image
image
image

and the result is like this
image

do not miss for the next program hopefully can help you