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?
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';
}