Question:
Is "microsoft visual c++" is language or tool?
Sandeep Gurram
2013-01-15 06:33:28 UTC
my mam has said that microsoft visual c++ is language and not tool but what i found on google it is tool. So i am in confusion whether microsoft visual C++ is language or tool. Friends plz help me
Seven answers:
?
2013-01-15 06:39:02 UTC
It's Microsoft's implementation of C++, so it's a tool. C++ is the language, but Visual C++ is just the IDE/compiler combination.
peteams
2013-01-15 22:07:41 UTC
According to Microsoft's web site it is both a language and a set of tools, to quote them: "The powerful and flexible Visual C++ language and tools in Visual Studio enable the development of native Windows Store apps, native desktop apps, and managed apps that run on the .NET Framework."



In practice I believe Visual C++ is more a marketing term for a collection of things rather than an actual well defined thing. The only time I believe you actually see something called "Visual C++" is when you download the Express version of Visual Studio targeted at C++ development.



20 years or so ago there used to be a thing called Visual C++ which was Microsoft's main technical development tool, the Visual C++ name matching Microsoft's other development tool's name Visual Basic. However over the years the Visual C++ tag has meant less tools have become shared between C++, Basic, C#, F# and others.
2013-01-15 10:38:49 UTC
There is actually one language named C++. But there are several IDEs available in the market targeted towards different operating systems.For example Turbo C++ is a popular compiler that works under MS-DOS.Visual Studio is a compiler that works under Windows. gcc compiler works under Linux.the C++ language with visual studio is referred as Visual C++. it contains some more libraries for windows environment support.

So it is clear that microsoft visual c++ is a language which runs under Microsoft visual studio tool(compiler).
ABHINAY
2013-01-15 06:42:35 UTC
Microsoft visual c++ is an IDE(integrated development environment) where you can develop applications. It is not a language. Visual c++ language uses a graphical user interface to develop apps in a flexible way in Visual Studio IDE.. C++ language is one of the components of Visual C++. Hope you got an idea.
ghil
2016-10-21 15:39:55 UTC
seen C++ = Microsoft seen C++ is a commercial integrated progression environment (IDE) product engineered via Microsoft for the C, C++, and C++/CLI programming languages.
2013-01-16 07:02:08 UTC
The Microsoft C++ know as VisualC++ is implementation CLR C++ (ISO standard).





Cut down short:



(((Visual Studio))) is IDE(Tool).

(((VisualC++))) is Microsoft specific C++.
vf_v_oberon
2013-01-15 12:33:49 UTC
its an implementation of the c++ , its a version of that language, if you mean the environment its an ide

Greetings!


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