Variables with names like lpzFoo or m_nBar - is there an accepted standard for the prefixes? if so is there somewhere on line with the meaning of each?
p = pointer.
sz = zero delimited string (i.e. char*).
m_ = member variable of a class.
sm_ = static member variable.
g_ = global variable.
i = int.
l = long.
u = unsigned.
f = float.
d = double.
b = bool.
n = counter.
lp = long pointer (which doesn't mean much anymore).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.