94 lines
11 KiB
HTML
94 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
|
|
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>有用的资源</title>
|
|
<link rel="stylesheet" href="ext.css" />
|
|
<link rel="stylesheet" href="site_modules.css" />
|
|
</head>
|
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-cpp_links skin-cppreference2 action-view">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">有用的资源</h1>
|
|
<div id="bodyContent">
|
|
<div id="contentSub"><span class="subpages">< <a href="cpp.html">cpp</a></span></div>
|
|
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://isocpp.org/">标准 C++ 基金会</a> - C++ 新闻、专题及事件的非盈利中心</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id="C.2B.2B_FAQ">C++ FAQ</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://isocpp.org/faq">isocpp.org C++ FAQ</a> - 标准 C++ 基金会的统一 FAQ 。</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.stroustrup.com/bs_faq.html">Bjarne Stroustrup FAQ</a> - 语言创建者的对常提问题的解答</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.stroustrup.com/C++11FAQ.html">Bjarne Stroustrup C++11 FAQ</a> - 考虑 C++ 语言标准近期更改的额外 FAQ</li>
|
|
<li><a rel="nofollow" class="external text" href="http://stackoverflow.com/questions/tagged/c%2b%2b-faq?sort=votes">StackOverflow.com C++ FAQ</a> - 程序员 Q&A 网站 StackOverflow.com 上频繁提问的 C++ 问题的最佳答案</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id="C.2B.2B_.E8.AF.AD.E8.A8.80.E5.8F.8A.E5.BA.93.E5.8F.82.E8.80.83">C++ 语言及库参考</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg21/">JTC1/SC22/WG21</a> - C++ 标准委员会,包含 C++ 标准草案、提案和缺陷报告
|
|
<ul>
|
|
<li>N3337 (<a rel="nofollow" class="external text" href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3337.pdf">PDF</a>, <a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n3337/">HTML</a>) - C++11 首个出版后草案</li>
|
|
<li>N4140 (<a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n4140/draft.pdf">PDF</a>, <a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n4140/">HTML</a>) - C++14 最终工作草案</li>
|
|
<li>N4659 (<a rel="nofollow" class="external text" href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf">PDF</a>, <a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n4659/">HTML</a>) - C++17 最终工作草案</li>
|
|
<li>N4861 (<a rel="nofollow" class="external text" href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4861.pdf">PDF</a>, <a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n4861/">HTML</a>) - C++20 最终工作草案</li>
|
|
<li>N4868 (<a rel="nofollow" class="external text" href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4868.pdf">PDF</a>, <a rel="nofollow" class="external text" href="https://timsong-cpp.github.io/cppwp/n4868/">HTML</a>) - C++20 首个出版后草案(仅含对 C++20 的编辑修正)</li>
|
|
<li>N4892 (<a rel="nofollow" class="external text" href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4892.pdf">PDF</a>) - C++23 最新工作草案</li>
|
|
</ul>
|
|
</li>
|
|
<li><a rel="nofollow" class="external text" href="https://eel.is/c++draft/">eel.is/c++draft</a> - 当前草案的 HTML 版本</li>
|
|
<li><a rel="nofollow" class="external text" href="https://webstore.ansi.org/RecordDetail.aspx?sku=INCITS%2fISO%2fIEC+14882%3a2017+(2018)">ansi.org</a> 付费的官方 C++ ISO/IEC 14882:2017</li>
|
|
<li><a rel="nofollow" class="external text" href="http://stdcxx.apache.org/doc/stdlibref/index.html">Apache</a> - C++ 标准库的 Apache 实现的参考手册</li>
|
|
<li><a rel="nofollow" class="external text" href="https://www.ibm.com/support/knowledgecenter/en/SSGH3R_13.1.3/kc_gen/com.ibm.xlcpp1313.aix.doc_toc-gen3.html">IBM AIX 13.1.3</a> <a rel="nofollow" class="external text" href="https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.cbclx01/toc.htm">IBM zOS 2.3.0</a> C 与 C++ 核心语言的 IBM 实现的参考手册</li>
|
|
<li><a rel="nofollow" class="external text" href="https://www.ibm.com/support/knowledgecenter/en/SSGH3R_13.1.3/com.ibm.xlcpp1313.aix.doc/standlib/header_files.html">IBM AIX 13.1.3</a> C++ 的 IBM 实现的参考手册</li>
|
|
<li><a rel="nofollow" class="external text" href="https://docs.microsoft.com/en-us/cpp/cpp/cpp-language-reference">MSDN</a> - C++ 核心语言的 Microsoft 实现的参考手册</li>
|
|
<li><a rel="nofollow" class="external text" href="https://docs.microsoft.com/en-us/cpp/standard-library/cpp-standard-library-reference">MSDN</a> - C++ 库的 Microsoft 实现的参考手册
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://web.archive.org/web/20120204111500/http://www.dinkumware.com/manuals/default.aspx">dinkumware</a> - Microsoft Visual C++ 所主导的 C++ 标准库实现</li>
|
|
</ul>
|
|
</li>
|
|
<li><a rel="nofollow" class="external text" href="http://gcc.gnu.org/onlinedocs/libstdc++/api.html">GNU libstdc++</a> - C++ 库 GNU 实现的参考手册</li>
|
|
<li><a rel="nofollow" class="external text" href="http://h20565.www2.hpe.com/hpsc/doc/public/display?sp4ts.oid=7792031&docId=emr_na-c02133105&docLocale=en_US">HP</a> - C++ 库 Dinkumware 实现的的参考手册( HP 拥有许可)</li>
|
|
<li><a rel="nofollow" class="external text" href="http://cplusplus.com/reference">cplusplus.com</a> - 非官方 C++ 标准库参考</li>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/tvaneerd/cpp17_in_TTs/blob/master/ALL_IN_ONE.md">C++17 in Tony Tables</a> C++17 中的新特性及其示例。</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.rrsd.com/software_development/stl/stl/index.html">SGI STL (hosted on rrsd.com)</a> - 1994 年的 STL 库的参考手册,它引入了 C++ 标准库所接纳的许多概念。</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id="C.2B.2B_ABI">C++ ABI</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://mentorembedded.github.io/cxx-abi/">Itanium C++ ABI</a> 事实的 C++ ABI 标准,为</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI">System V ABI</a> 及</li>
|
|
<li><a rel="nofollow" class="external text" href="https://developer.arm.com/docs/ihi0041/latest">ARM C++ ABI</a> 采纳</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h3><span class="mw-headline" id=".E6.A8.A1.E5.BC.8F.E3.80.81.E6.89.8B.E6.B3.95.E3.80.81.E6.8F.90.E7.A4.BA.E5.92.8C.E6.8A.80.E5.B7.A7">模式、手法、提示和技巧</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines">C++ 核心方针</a> Bjarne Stroustrup 与 Herb Sutter 著</li>
|
|
<li><a rel="nofollow" class="external text" href="http://www.cppsamples.com/">C++ 样本</a> 共同体所创建的现代 C++ 示例</li>
|
|
<li><a rel="nofollow" class="external text" href="https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms">更多 C++ 手法</a>于 wikibooks.org</li>
|
|
<li><a rel="nofollow" class="external text" href="http://c2.com/cgi/wiki?CeePlusPlusIdioms">CeePlusPlusIdioms</a> 于 c2.com</li>
|
|
<li><a rel="nofollow" class="external text" href="https://docs.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp">欢迎回到 C++</a> - 学习现代 C++ ( MSDN )</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E7.9B.B8.E5.85.B3.E6.A0.87.E5.87.86">相关标准</span></h3>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="http://www.open-std.org/jtc1/sc22/wg14/">JTC1/SC22/WG14</a> - C 标准委员会,包含草案 C 标准、提案和缺陷报告</li>
|
|
<li><a rel="nofollow" class="external text" href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/contents.html">POSIX.1-2017/IEEE Std 1003.1-2017</a> - Unix 兼容系统的操作系统 API</li>
|
|
<li><a rel="nofollow" class="external text" href="https://www.unicode.org/versions/Unicode12.1.0/">Unicode 12.1 (2019-05-07)</a> - 用于书写字符的通用编码</li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.8F.AF.E8.83.BD.E4.B9.9F.E6.9C.89.E7.94.A8">可能也有用</span></h3>
|
|
<ul>
|
|
<li><a href="cpp-links-libs.html">C++ 库列表</a></li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.8F.82.E9.98.85">参阅</span></h3>
|
|
<table class="t-dsc-begin"></table>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|