Is VC++ a language or IDE
-
hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)
-
hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)
VC++ is a language that can be programed using the Visual Studio IDE.
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
-
VC++ is a language that can be programed using the Visual Studio IDE.
"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb
to add to what david wrote, VC++ is microsoft's implementation of the C++ language.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
to add to what david wrote, VC++ is microsoft's implementation of the C++ language.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)
-
hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)
I would say it is a development environment meaning that it's a combination of C and C++ language(s) and tools, such as class libraries and other utilities. Kevin
-
hi Is VC++ a programming language or IDE or can v call it simple tool? I came across that VC++ is IDE but some guys say it's language... Thanx in advance:)
C++ is the language. Visual C++ is an environment to develop in the language. Michael CP Blog [^] Development Blog [^]
-
tom_dx wrote:
i think though that microsoft sets the standards of c++ though
yes they does, but only until Visual Studio .NET 2002 ; as the standard was released few times after Visual Studio 6, VC++ 6 is not Standard compliant then... one more think :
int main (int argc, char* argv[]) {
printf("Hello CodeProject !\n");
return 0;
}does this look an IDE or a language ? :-D
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0] -
C++ is the language. Visual C++ is an environment to develop in the language. Michael CP Blog [^] Development Blog [^]
Michael P Butler wrote:
Visual C++ is an environment to develop in the language.
true ! but abusing of the language, we mostly use the term VC++ to talk about the C++ language implemented and known by the Visual C++ compiler/environment...
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0]