> I don't want Hungarian notation either 'cause m_lpsz... is terrible but in a > bigger class at least an "m_" and a "p" help me to distinguish those _many_ > variables and to sort them out properly. In a bigger method/function I know > what is local and what is global. For that, you don't need to encode the type. Bernd.