⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trouble.html

📁 ssd5 数据结构的课件
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st October 2002), see www.w3.org">    <title></title>  </head>  <body bgcolor="#ffffff">    <table width="400" align="center">      <tr>        <td>          Here are a few common problems and some advice:           <table border="2">            <tr>              <td>The compiler can't find the C++ header files.</td>              <td>The first step is to make sure that you have the C++ libraries installed on your system.              Contact your system administrator if you are unsure about that. Secondly, the way you include              files is implementation dependent. This site uses examples that work with GNU's C++ compiler,              g++, which is included with RedHat Linux. Some systems may require slightly different include              statements - for example, instead of<br>               <tt>#include &lt;stl_bitset.h&gt;</tt><br>               you might try<br>               <tt>#include &lt;bitset&gt;</tt></td>            </tr>          </table>        </td>      </tr>    </table>  </body></html>

⌨️ 快捷键说明

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