As you already all know, many IDE's use different compilers that compile your code into machine code. For example, many open source IDE's like wxDevCpp and Code::Blocks or CodeLite use gcc compiler, Visual C++ uses Microsoft's compiler and Borland products uses it's own compiler.
I know this is somewhat "hot" topic, but is there any statistics or good opinions wich of these are the fastest?
Also, on other note I was somewhat confused with using this "machine code" statement, please correct me if I'm wrong but machine code is set of commands in binary ( 1's and 0's) not assembly language?
Assembly language is somewhat colesest it can get to machine code?
Thanks.
