Search:

Type: Posts; User: c++u

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,203

    Of course I looked into the compiler options but...

    Of course I looked into the compiler options but everything looks fine there. Optimisation is on the highest level.
  2. Replies
    10
    Views
    1,203

    I measured the speed with clock(). The speed...

    I measured the speed with clock().
    The speed difference is very noticeable even without clock().

    To the I/O:
    The program calculates Pi (with the Monte-Carlo-Method) and the only output is the...
  3. Replies
    10
    Views
    1,203

    Now I know, it's that damn compiler...

    Now I know, it's that damn compiler (mingw32.dll?).
    I compiled the same code with Borland C++5 - the executables where 83k and 28k in size (in contradiction to 450k each with dev-c++) and nearly...
  4. Replies
    10
    Views
    1,203

    Help! Why are my programs so big?

    I use Dev-C++ from Bloodshed Software.
    When I only include stdio.h the programs have about 30k but when I include only iostream.h the programs have 450k!

    Currently I have program in work with...
Results 1 to 4 of 4