Thursday 2 December 2021

Dec-2019(4) Give difference between C++ & VB. Net. Also Explain IDE.


C++:-

C++ is a true OOP. It is one of the early Object-Oriented programming languages. C++ derives from the C language. Visual C++ is the name of a C++ compiler with an integrated environment from Microsoft. This includes special tools that simplify the development of great applications, as well as specific libraries. Its use is known as visual programming.


 

सी ++ एक असली OOPs है। यह प्रारंभिक ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग भाषाओं में से एक है। सी ++ सी भाषा से निकला है। Visual C++ Microsoft के एकीकृत परिवेश के साथ C++ कंपाइलर का नाम है। इसमें विशेष उपकरण शामिल हैं जो महान अनुप्रयोगों के साथ-साथ विशिष्ट पुस्तकालयों के विकास को सरल बनाते हैं। इसके उपयोग को विजुअल प्रोग्रामिंग के रूप में जाना जाता है।

 

Visual Basic

is a “visual programming” environment for developing Windows applications. Visual Basic makes it possible to develop complicated applications very quickly.

This site is all about Visual Basic.

 

विंडोज़ अनुप्रयोगों को विकसित करने के लिए एक "विज़ुअल प्रोग्रामिंग" वातावरण है। Visual Basic जटिल अनुप्रयोगों को बहुत तेज़ी से विकसित करना संभव बनाता है। यह साइट विजुअल बेसिक के बारे में है।

 

Integrated Development Environment

Visual Basic is not just a language. It’s an Integrated Development Environment (IDE) in whichyou can develop, run, test and debug your applications.

विजुअल बेसिक सिर्फ एक भाषा नहीं है। यह एक एकीकृत विकास पर्यावरण (आईडीई) है जिसमें आप अपने अनुप्रयोगों को विकसित, चला सकते हैं, परीक्षण कर सकते हैं और डिबग कर सकते हैं।

IDE is a programming environment integrated into a software application that provides a GUI builder, a text or code editor, a compiler and/or interpreter and a debugger. Visual Studio, Delphi, JBuilder, FrontPage and DreamWeaver are all examples of IDEs.

आईडीई एक प्रोग्रामिंग वातावरण है जो एक सॉफ्टवेयर एप्लिकेशन में एकीकृत है जो एक जीयूआई प्रदान करता है बिल्डर, टेक्स्ट या कोड एडिटर, कंपाइलर और/या इंटरप्रेटर और डीबगर। विजुअल स्टूडियो, डेल्फी, जेबील्डर, फ्रंटपेज और ड्रीमवेवर सभी आईडीई के उदाहरण हैं।


No comments:

Post a Comment