Data Type and Variable in C/C++


In the previous section, you've seen details about the first program in C/C++ programming language. Now I shall discuss an important topic in C/C++ programming named data type.

Data type basics
To work with computer and computer programming, a programmer must handle various information or data. This data may be either numeric or string. Before programming with C/C++ for any application, you must decide which kind of data you want to handle. C/C++ gives you four basic fundamental data types to handle this information.

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.