News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

variable naming conventions

Started by Rsir, August 30, 2009, 04:42:14 PM

Previous topic - Next topic

Rsir

Looking for the rules to name variables, etc.
And understand what variables are doing by reading their names.

I googled < api assembly naming conventions >

but still no fast usable result.
trying to understand the purpose of the variables in the win32api helpfile,
Hungarian notation is insufficient and seems also a bit out of date.

does anyone know a link to a clear explanation?

dedndave

http://msdn.microsoft.com/en-us/library/aa260976(VS.60).aspx

http://web.mst.edu/~cpp/common/hungarian.html

there are many others - just google "Hungarian notation"
can you give an example that isn't documented in those places ?

it may be helpful to understand that the conventions were born in a world of C programmers
i.e. C coding documentation may be a good place to look

Tedd

No snowflake in an avalanche feels responsible.

dedndave


Rsir

Thanks, Tedd, dedndave,
That was what I was looking for.