header filed functions

Deewiant deewiant.doesnotlike.spam at gmail.com
Wed May 10 06:27:01 PDT 2006


MM wrote:
> now what is the best way to keep all my functions neat and ordered in D.. or
> should I just do what I used to do?
> 

You can declare them before defining them, just like in C, if you want to. This
should work both with a separate module for them (the "header") and by writing
them in the same module.

However, the general style seems to be to just define them as you go.



More information about the Digitalmars-d-learn mailing list