Date: Wed, 17 Jun 1998 08:51:58 +0300 (IDT) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: djgpp AT delorie DOT com Subject: Re: C vs C++ In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Jun 1998, Salvador Eduardo Tropea (SET) wrote: > > In my experience, C++ is somewhat slower, probably because the compiler > > can assume less about operators which can be overloaded. > > Do you have any example to analize? Yes, but I cannot send it, since it is a proprietary program that someone gave me under oath that I will never reveal it to anybody. It would be interesting to take a non-trivial C program that is highly CPU-intensive, and recompile it in C++, to see whether my experience is correct. Since I don't work in C++ too much, I cannot do that myself.