answersLogoWhite

0

C++ is simply a specification of the language while VC++ is a specific implementation of the language that should follow the specification but doesn't. The differences are relatively minor, but can cause problems porting code between compilers. Implementations that follow the specification are generally considered better as they are more compliant with each other. However, if all you want to do is write Windows programs, VC++ is as good a choice as any.

User Avatar

Wiki User

12y ago

What else can I help you with?