हिंदी
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Introduction to C++

Advertisements

Topics

Introduction to C++

For decades, C has been widely used due to its power, simplicity, reliability, and portability. However, as programs grow larger, C's structured approach can struggle. To address this, Bjarne Stroustrup developed C++, an extension of C that includes Object-Oriented Programming (OOP) features, enhancing maintainability and reusability. 

Getting started 

To write a C++ program, you need a text editor to create and edit source files. IDEs like Turbo C++ and Borland C++ offer integrated development environments with built-in editors and menu options for file management, editing, compiling, and running programs. 

Data types 

The following chart shows different data types in C++: 

 

  Data types in C++ can be classified into three categories: 

  1. Built in type: Built in type is also called as Basic or Primary data type. There are five basic data types.
  2. User defined type: The user defined data types are defined by the user in the programs as per the need of the programmer. This feature of adding own data type makes C++ an extensible language.
  3. Derived type: The Derived data types are also called structured data types or secondary data types. They are formed by using basic data types of the language. Array, Function, Pointer are derived data type
If you would like to contribute notes or other learning material, please submit them using the button below.
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×