Newbie initial comments on D language - scope

Janice Caron caron800 at googlemail.com
Sat Feb 2 22:55:29 PST 2008


On 2/3/08, Edward Diener <eddielee_no_spam_here at tropicsoft.com> wrote:
> There is no equivalent of 'const' in
> C++ which refers to the type.

Of course there is. For example:

    typedef char const * PCSZ;



More information about the Digitalmars-d mailing list