You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.4 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# C/C++
## Modern C++ Programming Course (C++03/11/14/17/20/23/26)
在线阅读地址: https://federico-busato.github.io/Modern-CPP-Programming/
Github地址: https://github.com/federico-busato/Modern-CPP-Programming
## C++ Annotations Version 12.5.0
This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen. The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar is not covered when equal to C's grammar. Any basic book on C may be consulted to refresh that part of C++'s grammar.
在线阅读地址: http://www.icce.rug.nl/documents/cplusplus/
## C++ Concurrency In Action
C++ Concurrency In ActionC++并发编程)
中文版在线阅读地址: https://www.bookstack.cn/books/Cpp_Concurrency_In_Action
## 微软 C++ 语言参考
本参考将介绍在 Microsoft C++ 编译器中实现的 C++ 编程语言。 本文的结构基于 Margaret Ellis 和 Bjarne Stroustrup 撰写的《C++ 参考手册批注》和 ANSI/ISO C++ 国际标准 (ISO/IEC FDIS 14882)。 本文涵盖了 C++ 语言功能的 Microsoft 专用实现。
在线阅读地址: https://learn.microsoft.com/zh-cn/cpp/cpp/cpp-language-reference?view=msvc-170