- D Cookbook
- Adam D. Ruppe
- 166字
- 2021-07-16 11:50:42
Conventions
In this book, you will find a number of styles of text 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: "Add a struct to test.d
, which uses alias this
to activate subtyping."
A block of code is set as follows:
import project.foo;; // disambiguate with project.foo import bar; // you can disambiguate calls with the name bar
Any command-line input or output is written as follows:
coffimplib myfile.lib
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Running the program will print Hello, world! in green text on a red background."
推薦閱讀
- C語言程序設計習題解析與上機指導(第4版)
- Beginning Java Data Structures and Algorithms
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- C語言程序設計(第2版)
- Java入門很輕松(微課超值版)
- 新手學Visual C# 2008程序設計
- Servlet/JSP深入詳解
- JSP開發案例教程
- Learning Apache Mahout Classification
- Python Data Structures and Algorithms
- 打開Go語言之門:入門、實戰與進階
- JSP程序設計實例教程(第2版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mastering OAuth 2.0