Hi Marco,
> The following C++ managed console application compile with no errors
> or warning even if the readonly class members are not explicitly
[quoted text clipped - 6 lines]
> 'initonly' the compiler returns me a warning for each readonly member
> that is not expliciply inizialized.
AFAIK, there's not such a warning currently implemented, and the compiler
will initialize the field to the default value (0/nullptr). You might want
to post a feature request on the msdn feedback center for this!

Signature
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
ismailp - 13 Mar 2005 18:47 GMT
(no offence) Herb Sutter says, if I recall that, "C++ trusts developer"
:)
Ismail