I have a source file.
I compiled two times:
First with Microsoft VS Express for Desktop 2012
Then with Dev-C++.
The execution times, in my computer, are:
MS VS 534 seconds
Dev-C++ 476 seconds
And the size of executable:
MS VS 69.632 bytes
Dev-C++ 6.561.792 bytes
Can anyone please tell me, why?
Is there a problem with Microsoft VS Express for Desktop 2012?