i am learning c . how is it related to vc++ ? please tell me more about vc++ ?
Three answers:
Felix_Felix
2008-08-16 11:01:29 UTC
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.
2008-08-16 18:31:58 UTC
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
sarvan k
2008-08-17 09:13:29 UTC
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.....
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.