Transcription of Audience - CPP Tutorial
{{id}} {{{paragraph}}}
C++ i About the Tutorial C++ is a middle-level programming language developed by Bjarne Stroustrup in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This Tutorial adopts a simple and practical approach to describe the concepts of C++. Audience This Tutorial has been prepared for the beginners to help them understand the basic to advanced concepts related to C++. Prerequisites Before you begin practicing various examples given in this Tutorial , we are making an assumption that you are already aware of some basics, like the computer software installation process and computer programming language. Copyright & Disclaimer Copyright 2014 by tutorials Point (I) Pvt. Ltd.
C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}