Examples from "Programming in D" book
Ali Çehreli
acehreli at yahoo.com
Fri Jul 25 18:47:19 UTC 2025
On 7/25/25 4:10 AM, Brother Bill wrote:
> On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote:
>> check https://ddili.org/ders/d.en/index.html
>> under "Code samples as a .zip file"
>
> Checked that out. These are not in order, nor exhaustive.
>
> I'll create my own code samples, then post them here first.
The code samples are extracted automatically. True, not in the order
they appear in the book; the file names are based on chapter names.
True, not all pieces of code are extracted: Only the ones that define
main() and not have any non-standard import (anything other than std and
core).
And to test, all those code samples (and some others that don't have
main()) are automatically compiled and executed before put in that zip file.
Ali
More information about the Digitalmars-d-learn
mailing list