A Beginner's Guide to D/The Basics

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

This chapter introduces some fundamentals of the D programming language. When you are finished with it, you will be able to do some very simple interaction with the user.

[edit] Table of Contents

  1. The Structure of D
  2. Start at the Beginning
  3. Introduction to Modules
  4. Types and Math
  5. Basic Output
  6. Basic Input