Translate C++ to D

Janice Caron caron800 at googlemail.com
Fri Jan 11 08:22:12 PST 2008


Instead of

    cout<<"Subscriber tipo G->"<<"Name blog: "<<((Blog *)b).GetName()<<endl;

do

    writefln("Subscriber tipo G->", "Name blog: ", ((Blog *)b).GetName());



More information about the Digitalmars-d mailing list