Tuesday 17 April 2012

C++ Tutorial for C Users

This text is aimed at C users who wish to learn C++. It is also interesting for experienced. C++ users who leaved out some features of the language. The possibilities of C++ are briefly enunciated and illustrated.

When you will try to use them for your own programs you will encounter a lot of problems and compilation errors. Come back to this text and look carefully at the examples. 

Make use of the help files of your development environment. Do
not hesitate to copy the examples from this text and paste them inside your development environment in order to test and modify them........
                                                                                                                  
Download link in next section

C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was renamed C++ in 1983, as a pun involving the increment operator.
C++ is one of the most popular programming languages with application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java.
Click here
Click on Download

C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.

Click on Above downlaod button to start C++ pdf file. and follow instructions...

Ask any question from any programming language........ Don't be shy.

No comments:

Comments System