Posts

Showing posts from November, 2011

C++ Beginner Tutorial - Hello World

Image
Greeting and welcome to my tutorial on C++. If you want to learn how to program using C++, you come to the right place. These tutorials will focus mainly on the console program, meaning the program will use a text-based interface to communicate with the users and show the results. Alright, let's talk a little bit about C++. Introduction: C++ is a computer programming language. It is widely known and used by most programmers because of its data abstraction, encapsulation, messaging, modularity, polymorphism, and inheritance. The number one reason that programmers love it is the portability and efficiency of the language. The language provides programmers many choices, even though it’s possible for them to make a wrong choice. C++ continues to be the most preferred language when it comes to designing professional applications. History: C++ is developed by Bjarne Stroustrup. At first, the original name of it was “C with classes.” In 1983, the name was changed to C++ (++ is