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++ - sc.exe & scppn.exe
What is the difference between sc.exe and scppn.exe? Where can one find information about that? -- ===================================== Alex Vinokur mailto:alexvn connect.to http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer ===================================== Oct 31 2003
"Alex Vinokur" <alexvn connect.to> wrote in message news:bnu63s$2n8t$1 digitaldaemon.com...What is the difference between sc.exe and scppn.exe? Oct 31 2003
"Walter" <walter digitalmars.com> wrote in message news:bnu7o6$2p9r$3 digitaldaemon.com..."Alex Vinokur" <alexvn connect.to> wrote in message news:bnu63s$2n8t$1 digitaldaemon.com...What is the difference between sc.exe and scppn.exe? Oct 31 2003
"Alex Vinokur" <alexvn connect.to> wrote in message news:bnuagj$2t5h$1 digitaldaemon.com...C:\dm\bin> sc Digital Mars Compiler Version 8.35n [---omitted---] C:\dm\bin> scppn Digital Mars C/C++ Compiler Version 8.36.4n [---omitted---] [snip] Why are their versions different? Oct 31 2003
I think he means, why is their sc, scppn, dmc etc. I personally like dmc . C "Walter" <walter digitalmars.com> wrote in message news:bnuoog$fok$1 digitaldaemon.com..."Alex Vinokur" <alexvn connect.to> wrote in message news:bnuagj$2t5h$1 digitaldaemon.com...C:\dm\bin> sc Digital Mars Compiler Version 8.35n [---omitted---] C:\dm\bin> scppn Digital Mars C/C++ Compiler Version 8.36.4n [---omitted---] [snip] Why are their versions different? Oct 31 2003
Oops scratch that sorry, wish I could delete these :/ C "Charles Sanders" <sanders-consulting comcast.net> wrote in message news:bnurcf$j9p$1 digitaldaemon.com...I think he means, why is their sc, scppn, dmc etc. I personally like dmc Oct 31 2003
"Charles Sanders" <sanders-consulting comcast.net> wrote in message news:bnurcf$j9p$1 digitaldaemon.com...I think he means, why is their sc, scppn, dmc etc. I personally like dmc . Oct 31 2003
scppn is the program that does the main business of compilation. It holds the latest version dmc is a driver program and rarely changes. In fact, the last I was aware, it was stuck at 8.29. Walter must have updated it recently. This issue is a constant source of nags, but Walter seems adamant to not listen to all our demands, as is his right. One thing I think would be useful would be if dmc.exe ran scppn.exe and displayed its version as well (or instead of) its own. That way it would truly represent the latest version of the compiler distribution "Alex Vinokur" <alexvn connect.to> wrote in message news:bnvl2u$1mat$1 digitaldaemon.com..."Charles Sanders" <sanders-consulting comcast.net> wrote in message Nov 01 2003
|