Hi > Is hungarian notation: > > 1 += 2
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]; etc. 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.
