Question:
Is there a difference between "MS Visual C++" and "C++"?
T Buhler
2006-06-23 16:06:56 UTC
I have Visual Studio .NET 2003 and I am hoping to work with Visual C++, but I can only find tutorials for regular "C++" and "Visual Studio 4".

Is there a difference between Visual C++ and C++? If there is, please tell me what it is.
Seven answers:
dewcoons
2006-06-23 16:20:30 UTC
Visual C++ is an editor for C++. It uses all the standard C++ commands, etc. MS just provides you with a nice graphic environment and some extra that make it easier to program in and for the Windows environment. A C++ language tutorial will be useful for Visual C++ also.
JavaClark
2006-06-23 19:36:54 UTC
No ,As You read the name MS "Visual C++" You know that it's a gui Type IDE(intergrated development environment). You can work on the codes visually. VC++ is basically C++ with nice graphical user interface the pregenerates code while letting the user work on more important staff that process information. The difference you said could be the libraries that the program use. correct me if I wrong,With .net there are more intergration between the different platforms so that the applications can communicate even if they are written in two different language. I think they called if managed code system or something like that.
tom_a_hawk12
2006-06-23 16:10:45 UTC
Visual C++ is similar to Visual Basic in the sense that you can SEE what you are doing rather than programming in a dos environment. Visual Basic uses principles from BASIC to carry out the programming just as Visual C++ uses principles from C++.
TrickMeNicely
2006-06-23 16:12:23 UTC
Visual C++ is C++ with a bunch of custom libraries for programming the windows OS. You CAN use MS VC++ to code standard C++ apps.
DaDirtySouth
2006-06-23 16:14:07 UTC
I think Visual is more user friendly and easier to work with (much of code is already prewritten and accessable). Whereas C++ opens as a blank sheet and the user must manually type every letter, word, puntuation & command into the program.
2016-03-27 06:26:29 UTC
C++ is a programming language. Microsoft Visual C++ is a compiler for C++. The same goes for the other programming languages which you mention.
-Fallen Angel-
2006-06-23 16:09:59 UTC
As I know they are both equal

But Im not sure..


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...