Path: utzoo!attcan!uunet!cs.utexas.edu!rice!uw-beaver!uw-entropy!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c++ Subject: Re: C++ filename convention Message-ID: <2293@dataio.Data-IO.COM> Date: 12 Jan 90 19:58:05 GMT References: <2277@dataio.Data-IO.COM> <335@cvbnet.Prime.COM> Reply-To: bright@dataio.Data-IO.COM (Walter Bright) Organization: Data I/O Corporation; Redmond, WA Lines: 10 In article <335@cvbnet.Prime.COM> jsulliva@cvbnet.UUCP (Jeff Sullivan, x4096 MS 4-2) writes: < Is there a definitive filename convention in C++? < Which is correct? None. I've seen: .C useless on case-insensitive filesystems .c,.h useless for makefiles .cpp,.hpp sounds good to me :-) .cxx,.hxx I don't like it because xx looks like wildcards to me, not the tilted + it's supposed to be .cc no opinion