PDA

View Full Version : Borland Or Visual Studio C++


Th3 DRu!D
08-08-2003, 01:11 PM
What is the diffarance between Visual C++ and Borland C++.
I'm starting a Borand C++ course on monday but my company has a large support for Windows platforms? :o

stuka
08-08-2003, 05:44 PM
The compiler is different, the libraries that come with the package MAY be different, and the IDE is different, but the language is the same.

DNAunion2000
08-09-2003, 12:01 AM
Th3 DRu!D: What is the diffarance between Visual C++ and Borland C++. I'm starting a Borand C++ course on monday but my company has a large support for Windows platforms? :o

/*DNAunion*/ The course will probably cover ANSI Standard C++, in which case you could use either Borland or MS with no problem.