Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cwjcc!hal!nic.MR.NET!tank!ncar!ames!pasteur!ucbvax!decwrl!labrea!polya!shap From: shap@polya.Stanford.EDU (Jonathan S. Shapiro) Newsgroups: comp.lang.c++ Subject: Re: C++ : A free lunch ? Keywords: costs of C++. Apollo C++. Message-ID: <4675@polya.Stanford.EDU> Date: 26 Oct 88 06:15:21 GMT References: <133@icarus.kulcs.uucp> Reply-To: shap@polya.Stanford.EDU (Jonathan S. Shapiro) Organization: Stanford University Lines: 9 In article <133@icarus.kulcs.uucp> paulb@kulcs.UUCP () writes: > >We are fairly new users of C++ and are wondering what the run time >costs are of using C++ instead of C. > C++ generates C. A properly written program will run in equivalent time. Often better, because the abstraction mechanisms of C++ lend themselves to better structured design.