Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   Visual C++? (http://www.programmingforums.org/showthread.php?t=15686)

redfiretruck Apr 23rd, 2008 8:50 AM

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 ^_^.

Narue Apr 23rd, 2008 8:56 AM

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.

redfiretruck Apr 23rd, 2008 8:57 AM

Re: Visual C++?
 
Oh kk ^_^. Thanks for clarifying :D.

White-Hat` Apr 23rd, 2008 4:46 PM

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:

Grich Apr 24th, 2008 6:41 AM

Re: Visual C++?
 
Quote:

Originally Posted by White-Hat` (Post 144307)
... 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:

Heh heh! I thought the same thing. Personally, I think that command prompt is the only way to use a computer (it makes other people think you are cool ... or geeky).

redfiretruck Apr 24th, 2008 10:49 AM

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.

Seif Apr 24th, 2008 5:20 PM

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.

crazyc0de Apr 26th, 2008 1:54 AM

Re: Visual C++?
 
Quote:

Originally Posted by Grich (Post 144324)
Heh heh! I thought the same thing. Personally, I think that command prompt is the only way to use a computer (it makes other people think you are cool ... or geeky).

I used to compile my code in command prompt using visual c++ sdk,because i think it waste too much resource to build a single program in the IDE. And it's very cool to type the command:rolleyes:.

Grich Apr 26th, 2008 6:28 AM

Re: Visual C++?
 
Quote:

Originally Posted by redfiretruck (Post 144327)
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.

Ha! I know what you mean!
Quote:

Originally Posted by crazyc0de (Post 144353)
I used to compile my code in command prompt using visual c++ sdk,because i think it waste too much resource to build a single program in the IDE. And it's very cool to type the command:rolleyes:.

Yeah, I use command prompt too to compile projects, particually my assembly projects. I only use the IDE compiler tools to compile my JAVA and VB.NET projects, mostly because I need the results as fast as possible for College.


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