Search:

Type: Posts; User: Elkvis

Search: Search took 0.02 seconds.

  1. Thread: C++ vs C

    by Elkvis
    Replies
    79
    Views
    8,603

    they would certainly be different programs at...

    they would certainly be different programs at that point. the relevant question is not how long the compiler takes to build the program. it's much more important how long it takes to write the...
  2. Thread: C++ vs C

    by Elkvis
    Replies
    79
    Views
    8,603

    using the following code, and compiling with both...

    using the following code, and compiling with both C and C++ compilers on fedora 15 x64 (gcc and g++ 4.6.3 respectively, with -O3 on both, and -std=c++0x enabled on g++):


    #include <stdio.h>
    ...
  3. Thread: C++ vs C

    by Elkvis
    Replies
    79
    Views
    8,603

    I would counter this with the fact that a...

    I would counter this with the fact that a "simpler" language necessarily requires more complex code. the time you save compiling is much more than offset by the time it takes to write the code.
Results 1 to 3 of 3