Elaboration the First Program in C/C++


In the previous section, I have discussed how to download and install Visual Studio 2010. In this section, I'll elaborate the program line by line. So you will get a clear concept on every line of code and get the basic concept about any C/C++ source code. Let's try...............

Getting Started with C and C++

Getting started

Introduction

Welcome to this blog which is about  C/C++ programming language. Here I'll discuss this programming language from beginning to professional with Visual Studio 2010. Going step by step through this blog, you'll able to learn how to build professional software with this high-level language. So no more wait....but before starting, you should be familiar with the background of the C/C++ programming language.

First Program in C/C++

First Program in C/C++
Now it is time to journey to our favorite language C/C++ as we've leanned the fundamental about this language at the previous discussion and in this section, we will start coding in C and C++ language. It is better to start with printing something on the screen as a first program. Yes, we will start from beginning but before starting we should know the basic requirements to start C/C++ programming. Now, at first we'll know the basic requirements to start this interesting programming language.