marquee

Hello Visitors, Welcome

Friday, July 11, 2014

Getting Started With C and C++

Introduction:


Dennis Ritchie, The Inventor of Programming Language C

Welcome to this Blog which is about C and C++ Programming. Here I shall discuss on this Popular language from beginning to professional level. Visiting step by step through this Blog, you will be able to know how to create professional software with this high level language. So, no more wait......but before starting , we will be familiar with the back ground of C and C++ Programming Language. 

C language is basically developed for creating system applications that direct interacts to the hardware device such as drivers, kernels etc.

It can be defined by the following ways:
1. Mother language
2. System programming language
3. Procedure-oriented programming language
4. Structured programming language
5. Mid level programming language


Advantages of C & C++ language:

1. Easy to learn than other high level languages.
2. Platform independent language.
3. Easy to control both hardware & software.
4. Both modular & object-oriented programming capability.
5. Operating System Programming capability.
6.Microprocessor and Micro controller programming  capability.
7.Performance transparency is high.
8.C has stable a ABI (Application Binary Interface).
9. Hardware friendly & more speedy.
10.C the pre-eminent high level language. Clearly no language can guarantee good programs, but C can provide a framework in which it is easy to program well.    

For the above functionalities, C & C++ are the most popular programming language.



             

back to top