SlideShare a Scribd company logo
1 of 3
You can downloadthisdocumentfrom www.besthinditutorials.com
C++ in Hindi
 Introduction to c++ in Hindi
 Features of c++ in Hindi
 Object oriented principles of C++ in Hindi
Introduction to C++
C++ एक object oriented programming language है। C++ Bjarne stroustrup के द्वारा
develop की गयी थी। C++ के आने से पहले c और Simula 67 दो popular languages थी।
Bjarne stroustrup इन दोनों languages को मिलकर एक ऐसी language बनाना चाहते थे,
जिसिे object oriented programming के सभी features हो। उनकी इसी सोच का पररणाि
C++ थी। C++ को 1979 िें bell laboratories िें develop ककया गया था। C++ एक
middle level language है। इसिें high level और low level languages के फीचसस है। C
language के सभी features C++ िें पाये िाते है। C++ के 3 important features है।
1. Object oriented
2. Low level as well as high level
3. Easy to learn
C++ कँ हा कँ हा यूज़ की िाती है और आप इसे कै से इस्तेिाल कर सकते है, आइये िानने
का प्रयास करते है।
1. C++ को ज्यादातर उन software िें यूज़ ककया िाता है िँहा Hardware के ऊपर
अधिक control की आवश्यकता होती है। िैसे की device drivers बनाने के
मलए C++ का इस्तेिाल ककया िाता है।
2. C++ एक multipurpose language है। इसे आप बड़े software किएट करने के मलए
इस्तेिाल कर सकते है।
3. आि कल C++ को ज्यादातर education के purpose से यूज़ ककया िाता है। क्योंकक
सभी बड़ी languages के features C++ से मलए गए है। यदद आप C++ को सिझ
गए है तो बाकक languages को भी आसानी से सिझ सकते है।
4. C++ c language का extension है। इसमलए वो सभी software िो c बनाये िा
सकते है वो C++ िें भी बनाये िा सकते है।
You can downloadthisdocumentfrom www.besthinditutorials.com
5. यदद आप चाहते है की आपका software low level पर भी उतने ही अच्छे तरीके से
काि करे जितना high level पर तो आप C++ यूज़ कर सकते है।
6. Mostly जितनी भी नयी programming language है वो pointer को खुलकर
support नहीीं करती है। यदद आप pointers के इस्तेिाल से कोई software किएट
करना चाहते है तो आप C++ का यूज़ कर सकते है।
Object oriented principles
1. Objects
2. Abstraction
3. Encapsulation
4. Classes
5. Inheritance
6. Polymorphism
7. Message passing
Simple C++ program
#include<iostream.h>
int main()
{
cout<<”hello”;
return 0;
}
इस उदाहरण को ननचे सिझाया िा रहा है।
1. सबसे पहली line िें header file को include ककया गया है। Screen पर output
show करने के मलए आपको इस header file की िरुरत पड़ती है।
2. इसके बाद program का main method शुरू ककया गया है।
3. cout function के द्वारा simple message को print ककया गया है।
4. return statement के द्वारा function को return ककया गया है।
Read more tutorials on C++ in Hindi at www.besthinditutorials.com
You can downloadthisdocumentfrom www.besthinditutorials.com

More Related Content

Viewers also liked

Introduction C Programming
Introduction C ProgrammingIntroduction C Programming
Introduction C Programmingrattanano
 
C and c++ in 5 days
C and c++ in 5 daysC and c++ in 5 days
C and c++ in 5 daysMohamedsohel
 
Brief introduction to the c programming language
Brief introduction to the c programming languageBrief introduction to the c programming language
Brief introduction to the c programming languageKumar Gaurav
 
Learn java in hindi
Learn java in hindiLearn java in hindi
Learn java in hindiVipin sharma
 
Chapter 05 looping
Chapter 05   loopingChapter 05   looping
Chapter 05 loopingDhani Ahmad
 
Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programmingManoj Tyagi
 
Switch case and looping statement
Switch case and looping statementSwitch case and looping statement
Switch case and looping statement_jenica
 
Comandos de pascal e estrutura de repetição (para...fazer)
Comandos de pascal e estrutura de repetição (para...fazer)Comandos de pascal e estrutura de repetição (para...fazer)
Comandos de pascal e estrutura de repetição (para...fazer)111111119
 
C Language - Switch and For Loop
C Language - Switch and For LoopC Language - Switch and For Loop
C Language - Switch and For LoopSukrit Gupta
 

Viewers also liked (10)

Introduction C Programming
Introduction C ProgrammingIntroduction C Programming
Introduction C Programming
 
C and c++ in 5 days
C and c++ in 5 daysC and c++ in 5 days
C and c++ in 5 days
 
Brief introduction to the c programming language
Brief introduction to the c programming languageBrief introduction to the c programming language
Brief introduction to the c programming language
 
Learn java in hindi
Learn java in hindiLearn java in hindi
Learn java in hindi
 
C++ sikhiyei urdu
C++ sikhiyei urdu C++ sikhiyei urdu
C++ sikhiyei urdu
 
Chapter 05 looping
Chapter 05   loopingChapter 05   looping
Chapter 05 looping
 
Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programming
 
Switch case and looping statement
Switch case and looping statementSwitch case and looping statement
Switch case and looping statement
 
Comandos de pascal e estrutura de repetição (para...fazer)
Comandos de pascal e estrutura de repetição (para...fazer)Comandos de pascal e estrutura de repetição (para...fazer)
Comandos de pascal e estrutura de repetição (para...fazer)
 
C Language - Switch and For Loop
C Language - Switch and For LoopC Language - Switch and For Loop
C Language - Switch and For Loop
 

More from Vipin sharma

Router components in hindi
Router components in hindiRouter components in hindi
Router components in hindiVipin sharma
 
Xml namespaces in Hindi
Xml namespaces in Hindi Xml namespaces in Hindi
Xml namespaces in Hindi Vipin sharma
 
Html font tag in Hindi
Html font tag in Hindi Html font tag in Hindi
Html font tag in Hindi Vipin sharma
 
Android networking in Hindi
Android networking in Hindi Android networking in Hindi
Android networking in Hindi Vipin sharma
 
Php file handling in Hindi
Php file handling in Hindi Php file handling in Hindi
Php file handling in Hindi Vipin sharma
 

More from Vipin sharma (6)

C pdf
C pdfC pdf
C pdf
 
Router components in hindi
Router components in hindiRouter components in hindi
Router components in hindi
 
Xml namespaces in Hindi
Xml namespaces in Hindi Xml namespaces in Hindi
Xml namespaces in Hindi
 
Html font tag in Hindi
Html font tag in Hindi Html font tag in Hindi
Html font tag in Hindi
 
Android networking in Hindi
Android networking in Hindi Android networking in Hindi
Android networking in Hindi
 
Php file handling in Hindi
Php file handling in Hindi Php file handling in Hindi
Php file handling in Hindi
 

C++ in hindi

  • 1. You can downloadthisdocumentfrom www.besthinditutorials.com C++ in Hindi  Introduction to c++ in Hindi  Features of c++ in Hindi  Object oriented principles of C++ in Hindi Introduction to C++ C++ एक object oriented programming language है। C++ Bjarne stroustrup के द्वारा develop की गयी थी। C++ के आने से पहले c और Simula 67 दो popular languages थी। Bjarne stroustrup इन दोनों languages को मिलकर एक ऐसी language बनाना चाहते थे, जिसिे object oriented programming के सभी features हो। उनकी इसी सोच का पररणाि C++ थी। C++ को 1979 िें bell laboratories िें develop ककया गया था। C++ एक middle level language है। इसिें high level और low level languages के फीचसस है। C language के सभी features C++ िें पाये िाते है। C++ के 3 important features है। 1. Object oriented 2. Low level as well as high level 3. Easy to learn C++ कँ हा कँ हा यूज़ की िाती है और आप इसे कै से इस्तेिाल कर सकते है, आइये िानने का प्रयास करते है। 1. C++ को ज्यादातर उन software िें यूज़ ककया िाता है िँहा Hardware के ऊपर अधिक control की आवश्यकता होती है। िैसे की device drivers बनाने के मलए C++ का इस्तेिाल ककया िाता है। 2. C++ एक multipurpose language है। इसे आप बड़े software किएट करने के मलए इस्तेिाल कर सकते है। 3. आि कल C++ को ज्यादातर education के purpose से यूज़ ककया िाता है। क्योंकक सभी बड़ी languages के features C++ से मलए गए है। यदद आप C++ को सिझ गए है तो बाकक languages को भी आसानी से सिझ सकते है। 4. C++ c language का extension है। इसमलए वो सभी software िो c बनाये िा सकते है वो C++ िें भी बनाये िा सकते है।
  • 2. You can downloadthisdocumentfrom www.besthinditutorials.com 5. यदद आप चाहते है की आपका software low level पर भी उतने ही अच्छे तरीके से काि करे जितना high level पर तो आप C++ यूज़ कर सकते है। 6. Mostly जितनी भी नयी programming language है वो pointer को खुलकर support नहीीं करती है। यदद आप pointers के इस्तेिाल से कोई software किएट करना चाहते है तो आप C++ का यूज़ कर सकते है। Object oriented principles 1. Objects 2. Abstraction 3. Encapsulation 4. Classes 5. Inheritance 6. Polymorphism 7. Message passing Simple C++ program #include<iostream.h> int main() { cout<<”hello”; return 0; } इस उदाहरण को ननचे सिझाया िा रहा है। 1. सबसे पहली line िें header file को include ककया गया है। Screen पर output show करने के मलए आपको इस header file की िरुरत पड़ती है। 2. इसके बाद program का main method शुरू ककया गया है। 3. cout function के द्वारा simple message को print ककया गया है। 4. return statement के द्वारा function को return ककया गया है। Read more tutorials on C++ in Hindi at www.besthinditutorials.com
  • 3. You can downloadthisdocumentfrom www.besthinditutorials.com