+ 1
Case sensitive
C++ is case-sensitive, which means that an identifier written in uppercase is not equivalent to another one with the same name in lowercase. For example, myvariable is not the same as MYVARIABLE and not the same as MyVariable. These are three different variables.
3 odpowiedzi
+ 8
indeed
+ 3
ofcourse
+ 2
even Myvariable is different from myVariable