📄 index.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>C/C++ Reference</title> <link href="cppreference.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#ffffff"> <table width="100%"> <tr> <td bgcolor="#eeeeff"> <h1>C/C++ Reference</h1> </td> </tr> </table> <table width="100%"> <tr> <td valign="top"> <h2>General C/C++</h2> <ul> <li><a href="preproc.html">Pre-processor commands</a></li> <li><a href="operator_precedence.html">Operator Precedence</a></li> <li><a href="escape_sequences.html">Escape Sequences</a></li> <li><a href="ascii.html">ASCII Chart</a></li> <li><a href="data_types.html">Data Types</a></li> <li> <a href="keywords.html">Keywords</a> <h3>Standard C Library:</h3> <ul> <li><a href="stdio.html">Standard C I/O</a></li> <li><a href="stdstring.html">Standard C String & Character</a></li> <li><a href="stdmath.html">Standard C Math</a></li> <li><a href="stddate.html">Standard C Time & Date</a></li> <li><a href="stdmem.html">Standard C Memory</a></li> <li><a href="stdother.html">Other standard C functions</a></li> </ul> </li> </ul> </td> <td valign="top"> <h2>C++</h2> <ul> <li><a href="cppio.html">C++ I/O</a></li> <li><a href="cppstring.html">C++ Strings</a></li> <li> <a href="cppmisc.html">Miscellaneous C++</a> <h3><a href="cpp_stl.html">C++ Standard Template Library</a></h3> <ul> <li><a href="cppbitset.html">C++ Bitsets</a></li> <li><a href="cppdeque.html">C++ Double-Ended Queues</a></li> <li><a href="cpplist.html">C++ Lists</a></li> <li><a href="cppmap.html">C++ Maps</a></li> <li><a href="cppmultimap.html">C++ Multimaps</a></li> <li><a href="cppmultiset.html">C++ Multisets</a></li> <li><a href="cpppriorityqueue.html">C++ Priority Queues</a></li> <li><a href="cppqueue.html">C++ Queues</a></li> <li><a href="cppset.html">C++ Sets</a></li> <li><a href="cppstack.html">C++ Stacks</a></li> <li><a href="cppvector.html">C++ Vectors</a></li> <li><a href="iterators.html">Iterators</a></li> </ul> </li> </ul> </td> </tr> <tr> <td><a href="all_c.html">All C Functions</a></td> <td><a href="all_cpp.html">All C++ Functions</a></td> </tr> </table> <br> <table bgcolor="#eeeeff" width="100%"> <tr> <td>Questions? Check out <a href="questions.html">the FAQ</a> or <a href= "mailto:comments@cppreference.com">contact us</a>.<br> Here are some <a href="links.html">other language references</a>.</td> <td> <form action="cgi-bin/ksearch.cgi" method="get" name="search"> <input type="text" size="25" name="terms" value="" onFocus="select(this);"> <input type="submit" value="Search"> </form> </td> </tr> </table> <p class="colophon"> Last modified on 10/19/2004 by Nate Kohl, with help from a <a href="credits.html">lot of people</a>. </p> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -