Nick Rout wrote:No it doesn't, if you add your own defines eg:-
On Wed, 10 Mar 2004 13:58:59 +1300 Carl Cerecke <[EMAIL PROTECTED]> wrote:
Case sensitive
That's a pro, not a con.
Often claimed but not proved in my view.
Personal preference, I guess. Maybe there is a more substantial argument one way or the other, but I can't think of it right now.
those who say case doesn't matter are usually recent converts from the windows world, where case in filenames etc does not matter.
I have programmed in a number of languages on different platforms. Languages like C which force you to use a certain case sensitive structure (i.e. you have to write toupper instead being able to make it easier to understand using ToUpper), are backward.
#define ToUpper toupper
Cheers Col.
