Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!ericom!eua.ericsson.se!euamts From: euamts@eua.ericsson.se (Mats Henricson) Newsgroups: comp.lang.c++ Subject: Re: A GNU Makefile (was: ... header files **and** inline management) Message-ID: <1991Feb11.081550.18057@eua.ericsson.se> Date: 11 Feb 91 08:15:50 GMT References: <15917@reed.UUCP> <3699@lupine.NCD.COM> <1991Feb5.180503.24515@mathcs.sjsu.edu> <3787@lupine.NCD.COM> Sender: news@eua.ericsson.se Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden Lines: 11 In article <1991Feb5.180503.24515@mathcs.sjsu.edu> horstman@mathcs.sjsu.edu (Cay Horstmann) writes: > >I agree 100% with Ron that HEADER FILES SHOULD BE AUTOMATICALLY GENERATED. Maybe I've misunderstood the whole thing, but I think this is a bad idea. The most important thing with a C++ class is its interface to the outside world, i.e. the header file. That is why I design the header file first, and then the .cc-file. That is also why I think .cc-file stubs should be generated from .h-files in any decent programming environment. Mats Henricson