- D Cookbook
- Adam D. Ruppe
- 81字
- 2021-07-16 11:50:43
Chapter 1. Core Tasks
In this chapter, we will get started with D and explore some of its core features. You will learn the following recipes:
- Installing the compiler and writing a "Hello World" program
- Adding additional modules (files) to your program
- Using external libraries
- Building and processing arrays
- Using associative arrays to translate input
- Creating a user-defined vector type
- Using a custom exception type
- Understanding immutability
- Slicing a string to get a substring
- Creating a tree of classes
推薦閱讀
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計與開發(fā)實戰(zhàn)
- Scala謎題
- Java系統(tǒng)化項目開發(fā)教程
- 零基礎(chǔ)Java學習筆記
- 區(qū)塊鏈技術(shù)進階與實戰(zhàn)(第2版)
- 現(xiàn)代C++編程實戰(zhàn):132個核心技巧示例(原書第2版)
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- Python 3.7從入門到精通(視頻教學版)
- Image Processing with ImageJ
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- 零基礎(chǔ)學Scratch 3.0編程
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Flask Web開發(fā):基于Python的Web應用開發(fā)實戰(zhàn)(第2版)
- TypeScript全棧開發(fā)
- Mastering OpenStack