Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!snorkelwacker!spdcc!merk!alliant!linus!cvbnet!jsulliva From: jsulliva@cvbnet.UUCP (Jeff Sullivan, x4096 MS 4-2) Newsgroups: comp.lang.c++ Subject: C++ filename convention Message-ID: <335@cvbnet.Prime.COM> Date: 10 Jan 90 00:19:53 GMT References: <2277@dataio.Data-IO.COM> Sender: postnews@cvbnet.Prime.COM Lines: 11 Is there a definitive filename convention in C++? Zortech uses .cpp and .hpp, while others use .cxx and .hxx. Still, others use the C naming convention of .c and .h. The former methods are much better for development in a C/C++ environment; since makefiles are much more easier to maintain. Which is correct? Thanks, -Jeff