John Spray <[EMAIL PROTECTED]> writes: > On Sun, 2006-02-26 at 15:50 +0100, Lars Gullik Bjønnes wrote: > > Sometime ago we even agreed on *.C -> *.cxx change. But today to aim > > for a what seems to be commonly used I'd use *.C -> *.cpp instead.
> I can't find this in the list archive - why was it thought a good idea? I guess that one sensible reason is that it's hard to differentiate between .c and .C files on Windows and on MacOSX. > I personally like being able to do "foo.[Ch]". Use the csh-ism: foo.{cpp,h}. Works also under bash. Angus