dmc
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Digital Mars C and C++ Compiler



Digital Mars - Readme




www.digitalmars.com
[Home]
[FAQ]
[Search]
[D]
[DMC++ CD]
[Gifts]

Digital Mars C/C++ Compilers

Downloaded Version

The documentation is available online at:

www.digitalmars.com

Much more software (over 300Mb) comes with the CD version, available at:

www.digitalmars/shop.html

Many useful additional utilities are available:

Extended Utility Package

For tech support, please use our online forums. These are also accessible as News Groups.

Installing the Downloaded Version

Digital Mars has a different view of installation than most software products. It doesn't need registry entries, environment variable settings, nor does it need to install anything in the \windows\system directory.

Consequently, the compiler can be run without any need for an install. Just run the programs in \dm\bin. This is most convenient for cases where a particular version of the compiler is needed, or to just try it out.

Installing is as simple as going to the root directory of the hard disk and unzipping the downloaded dm???c.zip file:

	unzip dm???c.zip
The compiler is \dm\bin\dmc.exe. Too make it even more convenient, add
	c:\dm\bin
to the PATH environment variable setting (c: is the drive it is installed on). To compile a simple hello.c program:
	\dm\bin\dmc hello
will compile and link to create hello.exe.

Notes:

  • To use <iostream> and other STL code, download STLport 4.5.3 as well. Be sure and use the switch:
    -I\dm\stlport\stlport
    
    so that the compiler can find <iostream>.
  • Do not install into a subdirectory with spaces, tabs, + signs, commas, or # characters in the subdirectory or path names.

Full CD Version

Documentation is provided in HTML format, which means it is easiest to read it in a browser, such as Netscape or Explorer.

To read the documentation, bring up the browser, and type in:

	g:\dm\index.html
where g is the drive letter of the cdrom drive the Digital Mars CD is in.

C++ Seminars

If you want to hone your C++ programming skills, see the Extraordinary C++ seminar.

Questions?

Tech support is provided via the Digital Mars newsgroup forums.
www.digitalmars.com/d/

Empire, the Wargame of the Century (tm)

Maxwell's Equations T-Shirt

enquire about advertising


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。