[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sv: [RANT] What's up ???



>>MSVC++ 6.0 places
>>all the STL stuff in the std namespace. You also have to enable RTTI as it
>>is off by default.
>
>Is the enable-RTTI setting saved in the project file?
>
*All* settings are saved in the project file.

>And why is it off? Any comments in the help / manual?
>
Presumably the reason is that RTTI introduces significant overhead.

>Good. Any warnings?
>And what about VC++5 ? Can anyone test that?
>
I didn't save the program to test it (and I haven't ever used it, so I
wouldn't know how to test), but the docs say that VC++ 5.0 supports RTTI.