C++ Language - Introduction and History of C++
C++ Language - Introduction and History of C++
![]() |
| Sk. |
History of C++
- C++ जो की एक Object Oriented Programming Language है इसको बनाने की शुरुआत 1979 में की गयी थी |
- C++ में कुछ new features को develop कर के C++ का concept launch किया गया |
- 'C with Classes' के साथ और भी कई concepts को बनाकर Bjarne Stroustrup ने 1983 में AT & T's Bell Labs में C++ Programming का स्थापना किया गया |
- 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 है |
- Inheritance
- Polymorphism
- Abstraction
- 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
-
If any previous "Turbo C++" version install in your computer, then first of all unistall that.
-
Extract downloaded "Turbo C++ 3.2.zip" file.
-
Run "setup.exe" file.
How to install G++ Compiler on Linux OS
- Open your terminal (or) command-line window.
- Type the following command and then press ENTER
sudo apt-get update - It will ask for the password. Type your
sudouser password and press ENTER - Then type the following command and then press ENTER again.
sudo apt-get install g++
C++ Language - Introduction and History of C++
Reviewed by Ulearncoding
on
July 23, 2019
Rating:
Reviewed by Ulearncoding
on
July 23, 2019
Rating:


No comments: