![]() |
Visual C++?
I was wondering what the most common (professionally) tool for compiling C++ is... What i mean is, when I get into the higher-up stuff for college what program will most likely be used to compile C/C++?
Also, will Visual C++ have the same speed (as in the result application) as something compiled in Dev-C++ or another compiler? Thanks for your time ^_^. |
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. |
Re: Visual C++?
Oh kk ^_^. Thanks for clarifying :D.
|
Re: Visual C++?
I used to think the same thing, so you're most definitely not alone. I used to think that all the command line compiling I saw was the traditional, 'correct' way to program. You know, the dos> or *nix screen you always saw in movies. :pretty:
|
Re: Visual C++?
Quote:
|
Re: Visual C++?
One of my friends was using the command prompt at school once just to do some random thing like open some random program... And the teacher thought he was like hacking the whole computer and stuff... xD.
|
Re: Visual C++?
Be aware that dev-c++ and visual c++ are integrated development environments, not compilers. dev c++ uses GCC as its compiler, visual c++ uses msvc. Other IDE's may support multiple compilers such as Code::blocks.
|
Re: Visual C++?
Quote:
|
Re: Visual C++?
Quote:
Quote:
|
| All times are GMT -5. The time now is 12:43 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC