C++ Language - Introduction and History of C++

C++ Language - Introduction and History of C++

Sk.

History of C++

  1. C++ जो की एक Object Oriented Programming Language है इसको बनाने की शुरुआत 1979 में की गयी थी  |
  2. C++ में कुछ new  features  को develop कर के C++ का concept launch किया गया |
  3. 'C with Classes' के साथ और भी कई concepts को बनाकर Bjarne Stroustrup ने 1983 में AT & T's Bell Labs में C++ Programming का स्थापना  किया गया |
  4. Definition of Object Oriented Programmingयह एक ऐसा method है जिसमे एक system को बहुत सारे objects का collection माना जाता है जो की किसी task को perform करने के लिए आपस मे interact करते है | Object oriented programming मे Class और Objects को कुछ दूसरे features जैसे Inheritence, Polymorphism, Abstraction, Encapsulation, के साथ उपयोग करते हुए programming को आसान बनाया जाता है | Objects डाटा पर update होने वाली वो entity होती है जो की data and procedures को encapsulate (या जोड़ती) करती है |
bjarne stroustrup

Introduction of C++

  • C++ Programming Language ये OOP(Object-Oriented Programming) Language है, इससे पहले भी 'Simula' ये भी OOP Language बनाई गयी थी |
  • C++ में OOP's concept के साथ कई features है |
    1. Inheritance
    2. Polymorphism
    3. Abstraction
    4. Encapsulation
  • C++ Programming Language ये high-level language है, but with the appearance of newer languages (Java, C#, Ruby etc...) C++ is beginning to be grouped with middle level languages like C.
  • C++ Programming को किसी भी Operating Sysytem पर easily चलाया जा सकता है |

Uses of C++

  • C++ Programming Language का इस्तेमाल Computer Softwares बनाने के लिए किया जाता है |
  • Computer Softwares के साथ-साथ Drivers, Computer Hardwares, servers के लिए भी इस्तेमाल किया जाता है |

HOW TO INSTALL C++ ON OPERTING SYSTEM

How to install Turbo C++ on Windows OS

  1. If any previous "Turbo C++" version install in your computer, then first of all unistall that.
  2. Extract downloaded "Turbo C++ 3.2.zip" file.
  3. Run "setup.exe" file.

How to install G++ Compiler on Linux OS

  1. Open your terminal (or) command-line window.
  2. Type the following command and then press ENTER
    sudo apt-get update
  3. It will ask for the password. Type your sudo user password and press ENTER
  4. Then type the following command and then press ENTER again.
    sudo apt-get install g++
C++ Language - Introduction and History of C++ C++ Language - Introduction and History of C++ Reviewed by Ulearncoding on July 23, 2019 Rating: 5

No comments:

Powered by Blogger.