D - more or less power than C++?
Walter Bright
newshound at digitalmars.com
Tue Mar 7 10:38:56 PST 2006
"Johan Granberg" <lijat.meREM at OVEgmail.com> wrote in message
news:duhntk$1a51$1 at digitaldaemon.com...
> I remembered another thing that i would like as well. This probably is
> omited by design but I would realy like to write member funktion
> definitions outside of their class. This way i can get the class
> definition down to a single page and that helps when trying to read the
> code later on as you can easily see the properities of a class at a
> glance.
You can do that now by creating a separate ".di" file which does not contain
the function bodies. See the -H switch.
More information about the Digitalmars-d
mailing list