Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - DigitalMars C++ compiler vs other C++ compilers
What is the difference between DigitalMars C++ compiler and other ones (for instance, GNU gcc/g++) ? When is it worth using DigitalMars C++ compiler ? ================== Alex Vinokur mailto:alexvn go.to http://up.to/alexvn ================== Sep 09 2002
Alex Vinokur wrote:What is the difference between DigitalMars C++ compiler and other ones (for instance, GNU gcc/g++) ? Sep 09 2002
<user domain.invalid> wrote in message news:aliple$1t13$1 digitaldaemon.com...Alex Vinokur wrote:What is the difference between DigitalMars C++ compiler and other ones (for instance, GNU gcc/g++) ? Sep 09 2002
"Alex Vinokur" <alexvn bigfoot.com> wrote in message news:aliq12$1ugg$1 digitaldaemon.com...<user domain.invalid> wrote in message news:aliple$1t13$1 digitaldaemon.com...Alex Vinokur wrote:What is the difference between DigitalMars C++ compiler and other ones (for instance, GNU gcc/g++) ? Sep 09 2002
Yes, DMC++ works for Windows 2000, too. To get iostream, you'll need STLport 4.5.3, check www.digitalmars.com/download/freecompiler.html for instructions. "Alex Vinokur" <alexvn bigfoot.com> wrote in message news:aliqpk$20q8$1 digitaldaemon.com..."Alex Vinokur" <alexvn bigfoot.com> wrote in message Sep 09 2002
user domain.invalid a écrit :Generating very fast code, very fast. Sep 10 2002
The most (usefully) responsive vendor in the world (or, at least, in my universe of experience). For example, for some research I was doing I had a need for the compiler to tell me when a C-style cast (as opposed to C++'s static_cast<>, const_cast<>, dynamic_cast<> & reinterpret_cast<>) was being used. (FYI, there are a few circumstances where the C-style cast is needed, when doing certain template techniques, but there are only a very few.) I banged off a request to Walter, and it was in within a week! You can't say fairer than that. The one current complaint with DigitalMars is its relatively old template support. However, in the vane previously described, Walter is rapidly bringing it up to conformance, and I have no doubt that it will be better than some other, more widely known, ones (you know who I'm talking about ...) in the next few months. Matthew Wilson, a happy DMC++ user "Alex Vinokur" <alexvn bigfoot.com> wrote in message news:alio7n$1q9i$1 digitaldaemon.com...What is the difference between DigitalMars C++ compiler and other ones Sep 09 2002
"Matthew Wilson" <matthew thedjournal.com> wrote in message news:alj9hl$16d$1 digitaldaemon.com...The one current complaint with DigitalMars is its relatively old template support. However, in the vane previously described, Walter is rapidly bringing it up to conformance, and I have no doubt that it will be better than some other, more widely known, ones (you know who I'm talking about ...) in the next few months. Sep 10 2002
Sure. I wasn't meaning to say DM is bad, just that there are some aspects that'll still kill it readily As I mentioned to you in email the other week, I'm about to update the STLSoft libraries and will be focusing, amongst others, on DM, so will be sending you lots of bug reports very soon. :) "Walter" <walter digitalmars.com> wrote in message news:alka7d$1rci$2 digitaldaemon.com..."Matthew Wilson" <matthew thedjournal.com> wrote in message news:alj9hl$16d$1 digitaldaemon.com...The one current complaint with DigitalMars is its relatively old Sep 10 2002
|