View Single Post
Old Apr 20th, 2006, 6:58 AM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Again, Visual C++ is a compiler. It works with the ordinary C++ language, the ordinary C++ libraries. Write good code, you're pooty much home free. Compilers are, of course, platform dependent. Some manufacturers include proprietary extensions. Best to steer clear of those. Some are more or less compliant with the standards. VC++ 2005 isn't too bad, in my experience.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote