C++ Language in Hindi

Valarray Container in hindi

इससे पहले के आर्टिकल मे , Valarray Container in hindi के basic को discuss किया है जिसमे तीन मुख्य component होते है :- (1) container (2) alogorithm (3)Iterators | Containers का algorithm या set of command है जिसका use किसी प्रकार के टाइप के दो या दो से अधिक objects के collection को manage करने …

Valarray Container in hindi Read More »

Standard Template Library in hindi

इस पहले के आर्टिकल मे , vector , map और iterator को discuss किया था | ये सभी c++ language के मुख्य concept है लेकिन इन सभी को c++ language मई एक अलग ही category मे रखा गया है जिसे STL programming कहते है | इस आर्टिकल मे , C++ लैंग्वेज के STL के बेसिक …

Standard Template Library in hindi Read More »

Vector container (basic) in c++ language in hindi

इससे पहले के article मे , vector array को use किया था लेकिन अब तक हमने discuss नहीं किया है | अब इस article  , vector और valarray को discuss करेगे | जो की c++ language का मुख्य concept होता है | c++ language मे , template को discuss किया था | template किसी class …

Vector container (basic) in c++ language in hindi Read More »

Standard exceptions in c++ language in hindi

std::bad_typeid , std::logic_error , std::domain_error , Standard exceptions in c++ language in hindi :- इससे पहले के article मे , c++ language के कुछ Standard exceptions को discuss किया था अब इस article मे c++ लंगुगे के कुछ और v को discuss करेगे | std::bad_typeidइस प्रकार का exceptions को तब use किया जाता है जब …

Standard exceptions in c++ language in hindi Read More »

Iterators in c++ language in hindi

what is c++ iterator implementation examples source code , Iterators in c++ language in hindi :- इससे पहले के article मे advance c++ के topics को discuss किया था अब इस article मे c++ Iterators को discuss करेगे |c++ Iteratorsc++ Iterators केवल एक pointer है जिसका use किसी container elements को access करने के लिए …

Iterators in c++ language in hindi Read More »

Signals in c++ language in hindi

SIGABRT , SIGFPE , SIGILL , SIGINT , SIGSEGV , SIGTERM , signals in c++ language in hindi :- इससे पहले के article मे , namespace ,exception handeling , template और class को discuss किया अब इस article मे , Signals को discuss करेगे |Signals एक code है जो की किसी सॉफ्टवेर के execution को …

Signals in c++ language in hindi Read More »

Signal Handling in hindi

what is Signal Handling in hindi source code program , Signal Handling in c++ language :- SIGQUIT:इस signal का use किसी प्रोसेस को terminate करने के लिए  use किया जाता है | इसमें core dump को  generate किया  जाता है |SIGTRAP:इस signal का use किसी ट्रैप को trace करने के लिए  use किया जाता है …

Signal Handling in hindi Read More »

Score Board Project in c++ language in hindi

cricket score sheet mini project in c++ source code , Score Board Project in c++ language in hindi :- इस प्रोजेक्ट मे , किसी class के student के मार्क्स के हिसाब से score board को बनाया जाता है |Explanation1. सबसे पहले class student को डेफिन किया जाता है | जिसमे दो तरह के member होते …

Score Board Project in c++ language in hindi Read More »

Write a Program to write a content in file in hindi

इससे पहले के article मे file handeling के file concept को discuss किया था अब इस article मे file handeling के कुछ उदाहरन को discuss करगे जो की किसी प्रोग्रामर की लोइए file handeling के concept को समंज़े के लिये बहुत जरुरी है :-उदाहरन 1 :write a program to write a content in file .Explanation1..सबसे …

Write a Program to write a content in file in hindi Read More »

File Basic in c++ language in hindi

ofstream , ifstream , example with source code program c++ , File Basic in c++ language in hindi :- इससे पहले के article मे हमने scoreboard प्रोजेक्ट मे function मे file से data को access और सेव किया गया था अब इस article मे file handling को discuss करेगे | जिसे c++ language मे use …

File Basic in c++ language in hindi Read More »

File Open & Close Operation in c++ language In hindi

opening and closing a file in c++ pdf , File Open & Close Operation in c++ language इससे पहले के article मे , fstream , ostream और istream को discuss किया था इस article मे file को open , operation और close operation को discuss करगे |Opening a Fileकिसी file को use करने से पहले …

File Open & Close Operation in c++ language In hindi Read More »

File Position Pointers in c++ in hindi

what is file position pointer in c++ in hindi with example program source code , File Position Pointers :- इससे पहले के article मे file के basic operation open , read और write को discuss किया है अब इस article मे file से related कुछ advance concept को discuss करेगे |File Position Pointersदोनों ही file …

File Position Pointers in c++ in hindi Read More »