- 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.
推薦閱讀
- Advanced Machine Learning with Python
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- ReSharper Essentials
- Visual C++數字圖像模式識別技術詳解
- Vue.js入門與商城開發實戰
- Vue.js快速入門與深入實戰
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Python進階編程:編寫更高效、優雅的Python代碼
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- NetBeans IDE 8 Cookbook
- 計算機應用基礎項目化教程
- OpenCV with Python Blueprints
- Kotlin進階實戰
- Instant GLEW
- 游戲設計的底層邏輯