Question:

What is the difference between c and vc++ ?

by  |  earlier

0 LIKES UnLike

i am learning c . how is it related to vc++ ? please tell me more about vc++ ?

 Tags:

   Report

3 ANSWERS


  1. Microsoft Visual C++ (often abbreviated as MSVC) is a commercial integrated development environment (IDE) product engineered by Microsoft for the C, C++, and C++/CLI programming languages. It has tools for developing and debugging C++ code, especially code written for the Microsoft Windows API, the DirectX API, and the Microsoft .NET Framework.

    C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system


  2. C is a procedural language that take cares in program structure a lot

    but c++ is OOPS concept which may take more care on data rather than structure

    visual c++ is a advanced concept of c++ that uses GUI concept you may write and execute c pgms in vc++ since c is parent for the evaluation of c++ language.

    Bye.....

  3. C and C++ are programming languages. VC++ is more like a development environment than a language - it has the text editor for the source codes, complier, debugger and stuff. In VC++ you can still write pure C/C++ program if you wish to. VC++ is developed by Microsoft and they have some libraries such as MFC (Microsoft Foundation Classes) and ATL (I think it's Active Template Library or something like that) which are supposed to make you program for Windows easier.  

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.