Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

naming conventions (hungarian notation?)

0 views
Skip to first unread message

Kirk Bratvold

unread,
Feb 24, 1997, 3:00:00 AM2/24/97
to

I'm looking for an online guide to naming conventions for windows
C/C++ programming. If I recall correctly, it's called Hungarian
notation. For instance:

int nFoo;
char szFoo[10];
int *pFoo;


Are there any other mainstream naming conventions that anyone could
recommend? I'm working on a project that consists of several modules,
so it'd be nice to find a naming system that also indicates which
module a function or variable is exported from.


.oO Kirk Bratvold - ki...@ventek-intl.com Oo.


.oO Kirk Bratvold - ki...@ventek-intl.com Oo.


0 new messages