Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!decwrl!bacchus.pa.dec.com!decvax.dec.com!zinn!nuucp From: mjv@objects.mv.com (Michael J. Vilot) Newsgroups: comp.lang.c++ Subject: Re: best extension for C++ course files Message-ID: <907@zinn.MV.COM> Date: 2 Sep 90 19:58:54 GMT Sender: nuucp@zinn.MV.COM Lines: 11 Actually, the problem is not with source files, but with _header_ files. It will be extremely awkward to share libraries if one vendor uses .h, another uses .hxx and another uses .hpp. Suppose we all agree to use .h -- what happens when someone standardizes on class String? Should it go into a file `string.h'? How does this work if we also support ANSI C library in this environment? -- Mike Vilot, ObjectWare Inc, Nashua NH mjv@objects.mv.com (UUCP: ...!decvax!zinn!objects!mjv)