Date: Tue, 16 Jun 1998 09:05:52 +0300 (IDT) From: Eli Zaretskii To: Pawel Kowalski cc: djgpp AT delorie DOT com Subject: Re: C vs C++ In-Reply-To: <199806152230390650.001F6C6E@pogwizd.tcs.uni.wroc.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 15 Jun 1998, Pawel Kowalski wrote: > (I used to think that C++ is slower for it's objective > language, and I don't know whether it's true or not...) In my experience, C++ is somewhat slower, probably because the compiler can assume less about operators which can be overloaded.