Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!stl!skp From: skp@stl.stc.co.uk (Steve Perryman ) Newsgroups: comp.lang.c++ Subject: Re: best extension for C++ files Message-ID: <3358@stl.stc.co.uk> Date: 7 Sep 90 13:17:51 GMT References: <907@zinn.MV.COM> <1845@cs.rit.edu> <1990Sep5.192730.26829@sj.ate.slb.com> Sender: news@stl.stc.co.uk Reply-To: "Steve Perryman " Organization: STC Technology Limited, London Road, Harlow, Essex, UK Lines: 16 Im my department we use the following : .ch = C++ header files (including non Class declarations such as extern "C") .cc = C++ definition files (Class and function definitions) This is in keeping with the standard C .h and .c convention, and historically because we use Objective-C and our suffix for Objective-C header files is .oh . This gives all "C type" files a "consistent name/feel". Steven Perryman (skp@stl.stc.co.uk)