Thread overview
D tutorials
Jul 06, 2003
draco
Jul 06, 2003
Andrew Edwards
Re: D tutorials - Some Linux system calling examples
Jul 07, 2003
Simon J Mackenzie
July 06, 2003
Greetings!

I've been programming in C++ for only 2 years and I was wondering if its easy to switch from C++ to D. I am also looking for some introductory tutorial for D.

Thanks,

Draco V.


July 06, 2003
"draco" <draco_member@pathlink.com> wrote...

> I am also looking for some introductory tutorial for D.

You might have to start your own my friend! You can get some help at the following locations:

http://www.dprogramming.com/ http://www.geocities.com/jccalvarese/d/tutor

check out this page for more additional links:

http://www.digitalmars.com/d/dlinks.html

and this, for the language specifications:

http://www.digitalmars.com/d/

good luck,
Andrew


July 07, 2003
Andrew Edwards wrote:
> "draco" <draco_member@pathlink.com> wrote...
> 
> 
>>I am also looking for some introductory tutorial for D.

Me too.

Here is some really basic system calling examples for Linux.

Simon