Const, strings, and other things.

Janice Caron caron800 at googlemail.com
Mon Nov 12 13:47:54 PST 2007


I like const!

I like to know that when I pass /my/ data to /your/ function, then
your function is not going to mess with my data. const in the
declaration of your function is what gives me that guarantee.



More information about the Digitalmars-d mailing list