Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

A Beginner's Guide to D/Before We Begin.../Short Introduction to D

From Wikibooks, open books for an open world
<A Beginner's Guide to D |Before We Begin...
A Beginner's Guide to D

D is a language following in the footsteps of the C-language family. It has the same general syntax, so anyone familiar with C, C++, Java or C# should be able to easily pick up the language. You should see thelanguage comparison page for more details.

Since this page is about a short introduction to D, why not start with the all-famousHello World.

importstd.stdio;voidmain(){writefln("Hello World!");}

For the experienced C programmer, the import and writefln should look strange. We will discuss them in later chapters.

Retrieved from "https://en.wikibooks.org/w/index.php?title=A_Beginner%27s_Guide_to_D/Before_We_Begin.../Short_Introduction_to_D&oldid=3677692"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp