|
-
Jan 15th, 2002, 10:05 PM
#1
MS Variable Naming Conventions...
Alright... I never really thought about before until now, but I was wondering what the "z" is for in their variable names...
eg. lpszString
I am pretty sure that the "lp" is "local pointer" and the "s" means that it is a string... or is it the "sz"?
-
Jan 16th, 2002, 01:18 AM
#2
New Member
I thought it went like this:
lp - long pointer
sz - string terminated with a zero
Later
-
Jan 16th, 2002, 06:29 AM
#3
Monday Morning Lunatic
Search the forum for Hungarian Notation (it might be in Chit Chat actually) - I posted the memo written by one of Microsoft's employees on naming conventions.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|