- Learning C++ Functional Programming
- Wisnu Anggoro
- 157字
- 2021-07-02 20:51:33
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, and user input are shown as follows: "the auto keyword can also be applied to a function to deduce a function's return type automatically."
A block of code is set as follows:
int add(int i, int j)
{
return i + j;
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// Initializing a string variable
Name n = {"Frankie Kaur"};
cout << "Initial name = " << n.str;
cout << endl;
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Mastering Entity Framework Core 2.0
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Apache Spark 2 for Beginners
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- Getting Started with React Native
- Vue.js 3應(yīng)用開(kāi)發(fā)與核心源碼解析
- Data Science Algorithms in a Week
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Node.js區(qū)塊鏈開(kāi)發(fā)
- Docker:容器與容器云(第2版)
- Solr權(quán)威指南(下卷)
- SQL Server 2014 Development Essentials
- Java EE 7 Development with WildFly
- Game Programming using Qt 5 Beginner's Guide
- Scratch 3.0少兒積木式編程(6~10歲)