pkirk25 said:
> On Windows, this is free as in beer and truly a pleasure to use.
> http://msdn.microsoft.com/vstudio/ex...ualc/download/
>
> Only thing you need to remember is to name all source files with .c for
> C and .cpp for C++
That is generally true[1], not just true for Visual C. Perhaps you are
referring to "filename completion", whereby lazy gits don't bother typing
in *any* extension and simply assume instead that the IDE will be able to
guess what language they intend to use. Well, it tries. It doesn't try
terribly hard, though. In my case, the guess is wrong at least 99% of the
time.
[1] Some exceptions exist. For example, on some implementations .c means C
but .C (upper case) means C++. On others, C++ files are expected to end in
..cxx (turn your head slightly to one side). There are probably systems
where .c++ is expected. And of course there are some systems where the
concept of "file extension" is meaningless.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)