|
Re: Error in Visual C++
C++ is the name of the language you are learning (not to be confused with C, which is mostly C++ minus the OOP (Object Oriented Programming)). VC++ is Microsoft's IDE (integrated development environment) which, for the most part, complies with ANSI C++. The V (visual) just comes from the fact that the IDE has a bunch of features for making GUI (graphical user interfaces) pretty easily. C# is Microsoft's main competition towards Java. It is C++ with even more OOP stuff and made into a semi-compiled, semi-interpreted language, like Java.
__________________
Learn, edit, inspire: The FIRSTwiki.
Team 1257
2005 NYC Regional - 2nd seed, Xerox Creativity Award, Autodesk Visualization Award
2005 Chesapeake Regional - Engineering Inspiration Award
2004 Chesapeake Regional - Rookie Inspiration award
2004 NJ Regional - Team Spirit Award
|