> 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 This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
