Luca Lupo wrote: > Someone known convert this c++ code to D? > > TANKS SO MUCH Most of what you need to know is here: http://www.digitalmars.com/d/1.0/class.html Please try yourself, and then ask again if you have trouble. ;) D's standard library has no linked list, but you can probably use the built-in dynamic arrays to begin with, then convert to linked list as needed.