Advertisement

whats the best compiler to use?

Started by September 03, 2002 04:44 PM
23 comments, last by articwolf3805 22 years, 4 months ago
The actual price of VC++ Professional is somewhere between $400 and $500. If your only paying $100 then you''re either getting the Academic Edition or the Standard Edition which has less features.
Nevermind, just picked up MSVC++ 6.0 Enterprise Edition for $60 after tax!!! And it works! This is the top version which usually runs for several hundred bucks or more, I believe (or used to?). It pays to go to a discount computer show & sale. :D

Btw, I was asking because I was wondering if using a non-MS compiler is disadvantaged in dealing with MS DirectX, as I have no experience with other compilers using DirectX (ie MSVC might have better performance and integration with DX than other compilers, maybe or maybe not?).

Be well.
Advertisement
quote: Original post by BrianMJC
Btw, I was asking because I was wondering if using a non-MS compiler is disadvantaged in dealing with MS DirectX, as I have no experience with other compilers using DirectX (ie MSVC might have better performance and integration with DX than other compilers, maybe or maybe not?).

The DirectX SDK is only supplied with import libraries in the MS format. If you want to use the SDK with other compilers that use a different binary format, you have to rely on third-parties to provide alternative import libraries for you.

"Every sensible man, every honest man, must hold the Christian sect in horror. But what shall we substitute in it''s place? you say. What? A ferocious animal has sucked the blood of my relatives. I tell you to rid yourselves of this beast, and you ask me what you shall put in it''s place?"


Voltaire
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Thanks, be well.

If you can afford a copy, MSVC++ 6 is awesome. I''ve used DJCPP with RHIDE, I''ve used DevC++, I''ve used Notepad (ughh). But after I started using MSVC++ everything else just doesn''t cut it.

I don''t know much about how the COMPILER''s compare, but the IDE on MSVC is the best. It has the smartest auto-tabbing features, automatically brings up popups and list boxes of syntaxes and member variables as you type, and color codes everything well. It also wraps your resources, make file, source, and headers into a neat little package.

~~~~~~~~~~~
Chris Vogel
~~~~~~~~~~~
WyrmSlayer RPG - In Early Development

This topic is closed to new replies.

Advertisement