Thread: Visual C++?
View Single Post
Old Apr 23rd, 2008, 8:56 AM   #2
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 3 Narue is on a distinguished road
Re: Visual C++?

There isn't such a thing as the "most common" compiler. If you learn one, you can figure out another of the same category (command line or GUI) with little trouble.

>Also, will Visual C++ have the same speed (as in the result application)
>as something compiled in Dev-C++ or another compiler?
No. Different compilers optimize in different ways and use different translations from source to machine code.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote