Digital Mars C++: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(totally rewritten so it doesn't read like an ad; unstubbified)
 
Line 1: Line 1:
{{stub}}{{implementation|C++}}
{{implementation|C++}}


[[wp:Digital Mars|Digital Mars]] C++ is a free [[:Category:C++|C++]] compiler for [[DOS]] and [[Windows]].
[http://www.digitalmars.com/ Digital Mars] C++ is available at no cost for Windows. Fastest compile/link times, powerful optimization technology, Design by Contract, complete library source, HTML browsable documentation, disassembler, librarian, resource compiler, make, etc., command line and GUI versions, tutorials, sample code, online updates, Standard Template Library, and much more. For Win32, Win16, DOS32 and DOS.

Originally a [[:Category:C|C]] compiler created by [[wp:Datalight|Datalight]], it was sold to [[wp:Zortech|Zortech]], who then added a C++ compiler, calling the result '''Zortech C++'''. [[wp:Symantec|Symantec]] purchased Zortech specifically to get ownership of these compilers, which were eventually acquired by Digital Mars (which is more well-known for creating the [[:Category:D|D programming language]]).

For more information, see [http://www.digitalmars.com/ Digital Mars' website].

Latest revision as of 20:58, 18 November 2010

Digital Mars C++ is an implementation of C++. Other implementations of C++.

Digital Mars C++ is a free C++ compiler for DOS and Windows.

Originally a C compiler created by Datalight, it was sold to Zortech, who then added a C++ compiler, calling the result Zortech C++. Symantec purchased Zortech specifically to get ownership of these compilers, which were eventually acquired by Digital Mars (which is more well-known for creating the D programming language).

For more information, see Digital Mars' website.