Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watcgl.UUCP Path: utzoo!watmath!watnot!watcgl!mwherman From: mwherman@watcgl.UUCP (Michael W. Herman) Newsgroups: net.lang.c Subject: Re: Proposal to add modules to C with a Message-ID: <1832@watcgl.UUCP> Date: Wed, 15-May-85 01:36:24 EDT Article-I.D.: watcgl.1832 Posted: Wed May 15 01:36:24 1985 Date-Received: Thu, 16-May-85 02:07:15 EDT References: <224@sdcc13.UUCP> <5400006@prism.UUCP> Organization: Computer Graphics Laboratory, U of Waterloo, Ontario Lines: 7 > Unfortunately, neither C nor C++ provides any facility for multiple-source > modules. I'm not sure I understand your comment here. The declaration of a C++ class typically goes in a .h manifest file. The member functions that are to be realized as real C functions, as opposed to inline code, can be defined in a separate .c source file or in multiple .c source files; your choice.