Quote:
Originally Posted by Kevin Sevcik
Agreed that capitalization won't change anything. Rearranging deck chairs on the Titanic, that is. I think the C++ convention of variables starting with lower case letters is to distinguish them from classes and functions with start with uppercase letters. Though this may be Java, which has the opposite standard, I think.
|
Other way around, Java uses camelCase(), C++ uses CaptialCase()