readme.htm

来自「C++程序设计教程的全部源代码 包含与教程同步的PPT 方便学习」· HTM 代码 · 共 72 行

HTM
72
字号
<html>

<head>
<title>《C++程序设计教程》配套光盘使用指南</title>
</head>

<body bgcolor="#FFFFEC">

<h3 align="center">《C++程序设计教程》配套光盘使用指南</h3>
<div align="center">
  <center>
  <table border="0" width="90%" height="50">
    <tr>
      <td width="906" height="30"><b>一、本光盘包括内容</b></td>
    </tr>
    <tr>
      <td width="890" height="35">
        <blockquote> 本光盘包括本书所有的源代码,所有程序在Visual C++6.0环境下调试通过。</blockquote>
        <p> </td>
    </tr>
    <tr>
      <td width="906" height="33"><b>二、使用方法</b></td>
    </tr>
    <tr>
      <td width="906" height="75">
        <blockquote> 
            <p>1. 文件夹&quot;Chapter01程序&quot;包含所有第一章所有源程序,其他文件夹以此类推,总共15个文件夹。</p>
            <p>2.按照本书第1章中介绍的方法,使用VC++6.0编译执行程序。因为光盘文件是只读的,需要<font color="#FF0000">将程序拷贝到计算机硬盘上执行,并将文件的只读属性去掉 
              。</font> </p>
            <p>&nbsp;</p>
          </blockquote>  
        </td>  
    </tr>  
    <tr>  
      <td width="906" height="37"><b>三、注意事项</b></td> 
    </tr> 
    <tr> 
      <td width="906" height="1"> 
        <blockquote> 
            <p>1. 各章目录中如果是*.cpp文件,可以直接利用VC++6.0打开执行。</p>
            <p>2. Chapter01目录下proj1_05目录,利用VC++6.0打开目录中的*.dsw文件,然后执行。</p>
            <p>3. Chapter02目录下proj12_01和proj12_02目录,利用VC++6.0打开目录中的*.dsw文件,然后执行。</p>
            <p>4. Chapter05目录下程序proj5_01.cpp和proj5_05.cpp执行的时候,将出现异常,该异常是事先安排的。</p>
            <p>5. Chapter07目录下程序proj7_14.cpp执行的时候,将出现异常,该异常是事先安排的。</p>
            <p>6. Chapter15目录下程序proj15_01.cpp执行的时候,将出现异常,该异常是事先安排的</p> 
          </blockquote> 
        <p> </td> 
    </tr> 
    <tr> 
        <td width="906" height="37"><b>四、支持信息</b></td> 
    </tr> 
    <tr> 
      <td width="906" height="6"> 
        <blockquote> 
            <p>支持E-mail:<a href="mailto:shizhiguo@tom.com" target="_blank">shizhiguo@tom.com</a> 
              (图书问题/程序问题/其他学习问题发送到该邮箱) </p>
            <p> 支持web站点: <a href="http://www.gettop.net" target="_blank"> http://www.gettop.net</a> 
              (幻灯片/相关资源 发布在该站点)</p>
            <p>支持BBS站点: <a href="http://www.gettop.net/bbs" target="_blank">http://www.gettop.net/bbs</a> 
              (关于学习方法/图书涉及资源的讨论)</p> 
        </blockquote> 
        <p> </td>
    </tr>
  </table>
  </center>
</div>
<h1> </h1>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?