trouble.html

来自「标准c/c++帮助文档」· HTML 代码 · 共 89 行

HTML
89
字号
<HTML><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><br><html>
  <head>
    <meta http-equiv='Content-Type' content='text/html' charset='ISO_8859_1'>
    <title>31</title>
  <style>
  <!--
div#StrBanner /* Creates Nonscrolling banner region */
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #99ccff;
	}
div#titlerow /* <!-- 31 --> */
	{
	padding: 0px 10px 0px 22px; 
	}
h1, h2, h3, h4 /* <!-- 31 --> */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em; 
	margin-top: 0em;
	font-weight: bold;
	}
	--> 
  </style>          
   </head>
   <body><!-- 31 -->
      <div id='StrBanner'>
         <div>
            <table class='TableBanner' cellspacing='0'>
               <tr>
                  <td ALIGN=RIGHT><!-- 31 --></td>
                  <td ALIGN=RIGHT><!-- 31 --></td> </tr>
            </table>
         </div>
         <div id='TitleRow'>
            <h3>Extr<!-- 31 -->acted by <!-- 31 -->Tria<!-- 31 -->l version of Ch<!-- 31 -->mDecom<!-- 31 -->piler<!-- 31 --> (<a href="http://www.etextwizard.com/download/cd/cdsetup.exe" target=_blank>Download Now</a>).</h3>   
            <h4>Once reg<!-- 31 -->istered, <!-- 31 -->all restrictions of the Tr<!-- 31 -->ial version are removed.</h4> 
            <a href="http://www.zipghost.com/order_chmdecompiler.html" target=_blank><H3>B<!-- 31 -->uy Now</H3></a>        
         </div>
      </div>
      <p><!-- 31 -->
      </p>
  </body>
</html>

⌨️ 快捷键说明

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