www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D tutorial

reply FuzzyByte <FuzzyByte_member pathlink.com> writes:
Does anybody know any good tutorials for D beginners?
Dec 30 2005
next sibling parent reply Lars Ivar Igesund <larsivar igesund.net> writes:
FuzzyByte wrote:

 Does anybody know any good tutorials for D beginners?
http://trac.dsource.org/projects/tutorials/wiki
Dec 30 2005
next sibling parent reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Lars Ivar Igesund wrote:

Does anybody know any good tutorials for D beginners?
http://trac.dsource.org/projects/tutorials/wiki
Uh-oh. Yet more printf, without importing std.c.stdio... It would be nice to have D beginners start by using writef/readf, and not having to touch printf/scanf ? --anders
Dec 30 2005
parent John Reimer <terminal.node gmail.com> writes:
Anders F Björklund wrote:
 Lars Ivar Igesund wrote:
 
 Does anybody know any good tutorials for D beginners?
http://trac.dsource.org/projects/tutorials/wiki
Uh-oh. Yet more printf, without importing std.c.stdio... It would be nice to have D beginners start by using writef/readf, and not having to touch printf/scanf ? --anders
I have to agree with you. -JJR
Dec 30 2005
prev sibling parent reply Stewart Gordon <smjg_1998 yahoo.com> writes:
Lars Ivar Igesund wrote:
 FuzzyByte wrote:
 
 Does anybody know any good tutorials for D beginners?
http://trac.dsource.org/projects/tutorials/wiki
What might be useful in the long run is to write some tutorials aimed at people who are already familiar with certain other languages. I suppose that this would make most sense for the 'curly bracket family' languages with D that somebody could use knowledge of these languages as a starting point. Stewart.
Jan 02 2006
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Stewart Gordon wrote:

 What might be useful in the long run is to write some tutorials aimed at 
 people who are already familiar with certain other languages.  I suppose 
 that this would make most sense for the 'curly bracket family' languages 

 with D that somebody could use knowledge of these languages as a 
 starting point.
There are some humble beginnings of that, at: C http://www.digitalmars.com/d/ctod.html http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/CtoD C++ http://www.digitalmars.com/d/cpptod.html http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/CPPtoD Java http://www.prowiki.org/wiki4d/wiki.cgi?JavaToD Not really full-fledged tutorials though, but more like code snippets ? Also: http://www.prowiki.org/wiki4d/wiki.cgi?NotesForProgrammersUsedTo The Wiki4D pages are under the GNU FDL, but not the Digital Mars ones... (they're just copyrighted, just as the rest of the D specification is) --anders
Jan 02 2006
prev sibling parent Chris Sauls <ibisbasenji gmail.com> writes:
FuzzyByte wrote:
 Does anybody know any good tutorials for D beginners?
Yep. Via dsource. http://trac.dsource.org/projects/tutorials/wiki -- Chris Sauls
Dec 30 2005