1 Star 0 Fork 0

zjh6/dmc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSL-1.0
<html lang="en">
<!--
	Copyright (c) 2001-2004 by Digital Mars
	All Rights Reserved
	www.digitalmars.com
  -->
<head>
<title>Digital Mars - Readme</title>
</head>

<body bgcolor="white">

<a href="http://www.digitalmars.com/"><IMG SRC="dmlogo.gif" BORDER=0 WIDTH=270 HEIGHT=53 ALT="www.digitalmars.com"></a>
[<a href="http://www.digitalmars.com/" title="www.digitalmars.com">Home</a>]
[<a href="http://www.digitalmars.com/faq.html" title="Frequently Asked Questions">FAQ</a>]
[<a href="http://www.digitalmars.com/advancedsearch.html" title="Search web site">Search</a>]
[<a href="http://www.digitalmars.com/d/index.html" title="The D Programming Language"><font color="red"><b>D</b></font></a>]
[<a href="http://www.digitalmars.com/shop.html" title="Digital Mars CD">DMC++ CD</a>]
[<a href="http://www.digitalmars.com/gift/index.html" title="Gift Shop" target="_top">Gifts</a>]

<table border=1 frame="hsides" summary="this table is for layout only">
<tr>
<td valign="top">

<h1>Digital Mars C/C++ Compilers</h1>

<h2>Downloaded Version</h2>

The documentation is available online at:
<p>
	<a href="http://www.digitalmars.com/">www.digitalmars.com</a>
<p>
Much more software (over 300Mb) comes with the CD version, available at:
<p>
	<a href="http://www.digitalmars.com/shop.html">www.digitalmars/shop.html</a>
<p>
Many useful additional utilities are available:
<p>

	<a href="http://www.digitalmars.com/eup.html" title="Extended Utility Package">Extended Utility Package</a>
<p>

For tech support, please use our <a href="http://www.digitalmars.com/drn-bin/wwwnews?newsgroups=*">online forums</a>.
These are also accessible as
<a href="http://www.digitalmars.com/NewsGroup.html" title="tech support & discussion">News Groups</a>.


<h3>Installing the Downloaded Version</h3>

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.
<p>

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.
<p>

Installing is as simple as going to the root directory of the hard disk and
unzipping the downloaded dm???c.zip file:
<pre>
	unzip dm???c.zip
</pre>
The compiler is \dm\bin\dmc.exe. Too make it even more convenient, add

<pre>
	c:\dm\bin
</pre>

to the PATH environment variable setting (c: is the drive it is installed on).

To compile a simple hello.c program:

<pre>
	\dm\bin\dmc hello
</pre>

will compile and link to create hello.exe.
<p>

Notes:

<ul>
	<li> To use <tt>&lt;iostream&gt;</tt> and other STL code,
	download <a href="ftp://ftp.digitalmars.com/Digital_Mars_C++/STL/stlport.zip" title="download STLport 4.5.3">
	STLport 4.5.3</b></a> as well. Be sure and use the switch:
<pre>
<tt>-I\dm\stlport\stlport</tt>
</pre>
	so that the compiler can find <b>&lt;iostream&gt;</b>.
	</li>

	<li> Do not install into a subdirectory with spaces, tabs,
	+ signs, commas,
	or # characters in the subdirectory or path names.
	</li>
</ul>

<h2>Full CD Version</h2>

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

To read the <a href="index.html">documentation</a>,
bring up the browser, and type in:

<pre>
	g:\dm\index.html
</pre>

where g is the drive letter of the cdrom drive the Digital Mars CD is in.

<h2>C++ Seminars</h2>

If you want to hone your C++ programming skills, see the
<a href="http://www.astoriaseminar.com">Extraordinary C++</a>
seminar.

<h2>Questions?</h2>

Tech support is provided via the Digital Mars
<a href="http://www.digitalmars.com/NewsGroup.html">newsgroup forums</a>.

</td>

<td valign="top">

<a href="http://www.digitalmars.com/d/"><img src="images/tdpl.gif" width=200 height=300 alt="www.digitalmars.com/d/"></a>
<p>
<a href="http://www.classicempire.com/"><img src="images/empire200300.jpg" width=200 height=300 alt="Empire, the Wargame of the Century (tm)"></a>
<p>
<a href="http://www.cafepress.com/digitalmars" title="Maxwell's Equations T-shirt" target="_top"><img src="images/maxwell.jpg" width=200 height=200 alt="Maxwell's Equations T-Shirt"></a>
<p>

<a href="http://www.digitalmars.com/"><img src="images/dmadvert.gif" width=200 height=300 alt="enquire about advertising"></a>


</td>
</tr>
</table>

</body>
</html>
All the files in this package that are copyrighted by: Walter Bright Digital Mars Symantec SLR Systems D Language Foundation are licensed by the Boost Software License: http://www.boost.org/users/license.html Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
BSL-1.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zjh6/dmc.git
git@gitee.com:zjh6/dmc.git
zjh6
dmc
dmc
master

搜索帮助