- 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
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- The Supervised Learning Workshop
- 自制編譯器
- INSTANT FreeMarker Starter
- Oracle Database 12c Security Cookbook
- Hands-On Enterprise Automation with Python.
- Android 應用案例開發大全(第3版)
- Visual C++應用開發
- Spring Boot企業級項目開發實戰
- Python機器學習基礎教程
- .NET 3.5編程
- Python算法指南:程序員經典算法分析與實現
- Android系統原理及開發要點詳解
- Learning Apache Karaf
- PHP編程基礎與實踐教程