Skip to main content

Posts

Showing posts from December, 2019

How to Install C++ Setup

Turbo C++ - Download & Installation हेलो स्टूडेंट्स आज  मै आपको C++ install कैसे होता है उसके बारे में कुछ बताना चाहता हु तो चलिए मै आपको कुछ पॉइंट्स बताता हु उनको बहुत अच्छे से पढ़ लीजिए और उसी को ही follow करिये |  There are many compilers available for C++.  You need to download any one. Here, we are going to use Turbo C++.  It will work for both C and C++. To install the Turbo C++ software, you need to follow following steps. Download Turbo C++ Create turboc directory inside c drive and extract the tc3.zip inside c:\turboc Double click on install.exe file Click on the tc application file located inside c:\TC\BIN to write the c program आपको जैसा दिया गया है वैसा ही आप कर सकते है  और अपने सिस्टम पर कोड को एक्सक्यूट करा सकते है |  1) Download Turbo C++ software You can download turbo C++ from many sites.  download Turbo c++ (यहाँ पर क्लिक करे ) 2) Create turboc directory in c drive and extract the tc3.zip Now, you need to create a ne

Histroy of C++( C++ Ka Itihas)

C++ History(सी ++ का इतिहास ) C++ programming language  was developed in 1980 by Bjarne Stroustrup at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A. Bjarne Stroustrup  is known as the  founder of C++ language. It was develop for adding a feature of  OOP (Object Oriented  Programming)  in C without significantly changing the C component. C++ programming is "relative" (called a superset) of C, it means any valid C program is also a valid C++ program. (डिअर स्टूडेंट्स अगर आप सी ++ का इतिहास पड़ना चाहते है तो आप को कुछ स्टडी मैटेरियल्स पर  ध्यान देना होगा जो मैंने आप के लिए कुछ टेबल्स में मेंशन कर रखे है | तो आप इन पॉइंट्स को बहुत अच्छे से पढ़ लीजिए तो ही आपको कुछ पॉइंट्स समझ आ सकता है } तो प्लीज जस्ट रीड आउट }....... ) Let's see the programming languages that were developed before C++ language. Language Year Developed By Algol 1960 International Group BCPL 1967 Martin Richard B 1970 Ken Thompson Tradi

OOPs Concept(Object Oriented Programming ) in C++

C++ OOPs Concepts The major purpose of C++ programming is to introduce the concept of object orientation to the C programming language. Object Oriented Programming is a paradigm that provides many concepts such as  inheritance, data binding, polymorphism etc. The programming paradigm where everything is represented as an object is known as truly object-oriented programming language.  Smalltalk  is considered as the first truly object-oriented programming language. स्टूडेंट्स अगर आपको ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग लैंग्वेज को सीखना है तो सबसे पहले आप लोगो को कुछ कांसेप्ट को याद रखना होगा  जो सारे कांसेप्ट नीचे दिए हुए है |  OOPs (Object Oriented Programming System) Object  means a real word entity such as pen, chair, table etc.  Object-Oriented Programming  is a methodology or paradigm to design a program using classes and objects.  It simplifies the software development and maintenance by providing some concepts: Object Class Inheritance Polymor