ove_7764.htm

来自「ARM编辑、编译软件」· HTM 代码 · 共 14 行

HTM
14
字号
<HTML><HEAD><TITLE>Overview</TITLE></HEAD>
<BODY>
<A HREF="ug.htm"><IMG SRC="images/banner.gif"></A>
<P><STRONG>Click on the banner to return to the user guide home page.</STRONG></P>
<P>&copy;Copyright 1996 Rogue Wave Software</P>
<H2>Overview</H2>
<P>The class <A HREF="../stdref/com_8038.htm"><B><I>complex</I></B></A> is a template class, used to create objects for representing and manipulating complex numbers.  The operations defined on complex numbers allow them to be freely intermixed with the other numeric types available in the C++ language, thereby permitting numeric software to be easily and naturally expressed.</P>
<A NAME="includefiles"><H3>Include Files</H3></A>
<P>Programs that use complex numbers must include the <SAMP>complex</SAMP> header file.</P>
<PRE>   # include &#60;complex></PRE>

<HR>
<A HREF="com_8038.htm"><IMG SRC="images/prev.gif"></A> <A HREF="booktoc.htm"><IMG SRC="images/toc.gif"></A> <A HREF="cre_7274.htm"><IMG SRC="images/next.gif"></A></BODY></HTML>

⌨️ 快捷键说明

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