RE: Overhead in C and C++

2010-02-25 Thread Paul Koning
> i'm working on the topic "overhead and codesize in C and C++".  The > goal of this work is to find out, why C++ is not as fast as normal C > code (in same application). Why do you believe this is true? > But already by the beginning we found out something very interesting. > > The Code: > int

Re: Overhead in C and C++

2010-02-25 Thread Steven Bosscher
On Thu, Feb 25, 2010 at 3:35 PM, wrote: > Hellow gcc, > > i'm working on the topic "overhead and codesize in C and C++".  The goal of > this work is to find out, why C++ is not as fast as normal C code (in same > application). > > But already by the beginning we found out something very interes

Overhead in C and C++

2010-02-25 Thread cmauchle
Hellow gcc, i'm working on the topic "overhead and codesize in C and C++".  The goal of this work is to find out, why C++ is not as fast as normal C code (in same application). But already by the beginning we found out something very interesting. The Code: int main(int argc, char *argv[]) {