No offence

  • Ret2libsanity
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Compile a c program with gcc then with g++.

    You will quickly see the difference in size

    • nothacking@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      And speed too. A small program using only C features can compile 5x faster with a c compiler then a c++ one. (GCC will use c++ mode on a .cop file so make sure it is .c)