C Tutorial
C Tutorial
tutorialspoint.com/cplusplus/index.htm
C++ is very close to hardware, so you get a chance to work at a low level which
gives you lot of control in terms of memory management, better performance and
finally a robust software development.
C++ is one of the every green programming languages and loved by millions of
software developers. If you are a great C++ programmer then you will never sit
without work and more importantly you will get highly paid for your work.
C++ is the most widely used programming languages in application and system
programming. So you can choose your area of interest of software development.
C++ really teaches you the difference between compiler, linker and loader, different
data types, storage classes, variable types their scopes etc.
There are 1000s of good reasons to learn C++ Programming. But one thing for sure, to
learn any programming language, not only C++, you just need to code, and code and
finally code until you become expert.
1/4
Hello World using C++
Just to give you a little excitement about C++ programming, I'm going to give you a
small conventional C++ Hello World program, You can try it using Demo link
Live Demo
#include <iostream>
using namespace std;
There are many C++ compilers available which you can use to compile and run above
mentioned program:
Bloodshed Dev-C++
Clang C++
Mentor Graphics
GNU CC source
IBM C++
Intel C++
Oracle C++
HP C++
It is really impossible to give a complete list of all the available compilers. The C++ world
is just too large and too much new is happening.
2/4
As mentioned before, C++ is one of the most widely used programming languages. It has
it's presence in almost every area of software development. I'm going to list few of them
here:
This list goes on, there are various areas where software developers are happily using
C++ to provide great softwares. I highly recommend you to learn C++ and contribute
great softwares to the community.
Audience
This C++ tutorial has been prepared for the beginners to help them understand the basic
to advanced concepts related to C++.
Prerequisites
Before you start practicing with various types of examples given in this C++ tutorial,we
are making an assumption that you are already aware of the basics of computer program
and computer programming language.
3/4
There are some very Frequently Asked Questions(FAQ) about C++, this section tries to
answer them briefly.
Advertisements
4/4