


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of c++ programming language, its origin, uses, and the integrated development environment (ide) for c++. C++ is a middle-level programming language developed by bjarne stroustrup at bell labs since 1979. It is widely used for developing applications, games, animation, web browsers, database access, media access, compilers, operating systems, scanning, and other uses. Code::blocks is a popular free ide for c++ development.
Typology: Schemes and Mind Maps
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Page | 1
[1] Origin of C++ Programming Language [2] Uses of C++ [3] Integrated Development Environment for C++
OBJECTIVES
Understand and appreciate the origin of C++ Programming Language. Appreciate the application of the C++ language Familiarize with the IDE and understand the Body of a C++ codes.
CONTENT
[1] Origin of C++
C++ is a programming language, which has imperative and object- oriented features. It is also referred to as middle-level programming language. It is developed by Bjarne Stroustrup at Bell Labs since 1979.
It has first appeared in the year 1985. It is compiled, general- purpose, statically typed, case sensitive and free-form programming language. It supports procedural, object-oriented and generic programming. It is having a rich standard library with a rich set of functions manipulating files and methods manipulating data structures etc.
C++ is widely used among the programmers or developers mainly in an application domain. It contains the important parts including the core language providing all the required building blocks including variable, data types, literals, etc.
It supports object-oriented programming including its features like Inheritance , Polymorphism , Encapsulation , and Abstraction. These concepts make the C++ language different and mostly in use for developing the applications easily and conceptualized.
[2] Uses of C++
There are several benefits of using C++ for developing applications and many applications product based developed in this language only because of its features and security. Please find the below sections, where uses of C++ has been widely and effectively used.
Below is the list of the top uses of C++.
Page | 2
Page | 4
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, event compiling and debugging functionality is provided by plugins!
Visit the link and Watch the Tutorial how to install and use Code::Block as an IDE for a C++ language.
https://www.youtube.com/watch?v=dn7J5WuHqSg
Download link for Code::Block.
https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks- 20.03mingw-setup.exe
https://www.educba.com/uses-of-c-plus-plus/ https://www.w3schools.com/cpp/default.asp https://www.codeblocks.org/