Nikos
01-09-2004, 05:34 PM
Hi everyone,
I have been lately exploring the Win32 API in C and have been using Hungarian notation for all my variables but they are really starting to clutter up my code, these silly prefixes.
e.g. lpszString (long pointer to zero terminated string) bla, bla.
So I'm just interested to see what kind of naming convention everyone else uses for their projects. I know its best to use just one and stick to it throughout the project, but I'm still just a beginner and have yet to discover a method that would suit me better so that I can get myself a bit more organised. :blush:
thanks
I have been lately exploring the Win32 API in C and have been using Hungarian notation for all my variables but they are really starting to clutter up my code, these silly prefixes.
e.g. lpszString (long pointer to zero terminated string) bla, bla.
So I'm just interested to see what kind of naming convention everyone else uses for their projects. I know its best to use just one and stick to it throughout the project, but I'm still just a beginner and have yet to discover a method that would suit me better so that I can get myself a bit more organised. :blush:
thanks
