I have always wondered, when you define something such as a string (or anything for that matter), why do people put a 'k' ahead of the defined name?
e.g. #define kHello = @"Hello"
What's that 'k' all about?
I have always wondered, when you define something such as a string (or anything for that matter), why do people put a 'k' ahead of the defined name?
e.g. #define kHello = @"Hello"
What's that 'k' all about?
I'm pretty sure the 'k' is short for constant. (Don't ask me why it's a k.)