Hi > > No. Hungarian notation is where you proceed a variable > > declaration with a > > letter(s) that indicate its type. For example: > > > > int iNum; > > float fNum; > > char szBuffer[1000]; > > Ah, well I use my own notation, but I do use things like str, n, d, lb, cmb, > siz blah blah blah
Regardless of whether it's your own or Hungarian it is my opinion that it is ugly and a fact that it increases maintenance. Regards Paul Paul Grenyer email: [EMAIL PROTECTED] web: http://www.paulgrenyer.co.uk articles: http://www.paulgrenyer.dyndns.org/articles/ "15 miles to the love shack...." _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
