Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

fastest c/c++ compilers

Name: Anonymous 2010-09-26 10:35

In your opinion, how would you compare the speed of the programs produced by the MSVC, GCC and ICC C/C++ compilers?

Name: Anonymous 2010-09-26 23:15

>>20
Correct.  In C, character constants are of type int.  This was changed in C++ so you could do shit like this (although printf is still superior):


void f(int x) {
    std::cout << x << '\n';
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List