- Mastering the C++17 STL
- Arthur O'Dwyer
- 107字
- 2021-07-08 10:20:18
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The buffer() function accepts arguments of type int."
A block of code is set as follows:
try {
none.get();
} catch (const std::future_error& ex) {
assert(ex.code() == std::future_errc::broken_promise);
}
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and notes appear like this.
推薦閱讀
- Mastering NetBeans
- Java EE 6 企業級應用開發教程
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Mastering Python Scripting for System Administrators
- 高級C/C++編譯技術(典藏版)
- JavaScript by Example
- Python Data Analysis(Second Edition)
- Swift語言實戰精講
- Spring核心技術和案例實戰
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 打開Go語言之門:入門、實戰與進階
- Orchestrating Docker
- JavaScript從入門到精通(視頻實戰版)
- Getting Started with React VR
- Software-Defined Networking with OpenFlow(Second Edition)