Hi, On Fri, 31 Aug 2001, Neil Stevens wrote: > > > - .cpp seems to be a bit more portable to non-Unix platforms when it > > > comes to out-of-the-box support without tweaking settings > > > > LOL :) I doubt a file extension influences the portability at all ;-) > > There are some mighty broken compilers out there... Name one C++ compiler, which understands only one of .cpp or .cc. The "argument" about portability of .cpp and .cc is non-sense. A different matter it is for .c and .C with filesystems broken by design, but as said, that's a different matter. Ciao, Michael.