English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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.

2006-06-23 12:06:56 · 7 answers · asked by T Buhler 2 in Computers & Internet Programming & Design

7 answers

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.

2006-06-23 12:20:30 · answer #1 · answered by dewcoons 7 · 2 0

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.

2006-06-23 15:36:54 · answer #2 · answered by JavaClark 5 · 0 0

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++.

2006-06-23 12:10:45 · answer #3 · answered by tom_a_hawk12 4 · 0 0

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.

2006-06-23 12:12:23 · answer #4 · answered by TrickMeNicely 4 · 0 0

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.

2006-06-23 12:14:07 · answer #5 · answered by DaDirtySouth 5 · 0 0

C++ is a programming language. Microsoft Visual C++ is a compiler for C++. The same goes for the other programming languages which you mention.

2016-03-27 02:26:29 · answer #6 · answered by Anonymous · 0 0

As I know they are both equal
But Im not sure..

2006-06-23 12:09:59 · answer #7 · answered by -Fallen Angel- 2 · 0 0

fedest.com, questions and answers