variables' prefixes
Hi! I often see variables with prefixes like "g", "i", "sz", "f" and etc. What do they mean?
|
Re: variables' prefixes
It's the Hungarian notation, which is a variable naming convention. It's only for semantics - they don't affect your program.
|
Re: variables' prefixes
Global, integer, string, float.
|
Re: variables' prefixes
Quote:
Quote:
|
Re: variables' prefixes
FYI, "sz" comes from "string terminated by zero".
|
Re: variables' prefixes
|
| All times are GMT -4. The time now is 17:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.