Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 23rd, 2008, 8:50 AM   #1
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 17
Rep Power: 0 redfiretruck is on a distinguished road
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 ^_^.
redfiretruck is offline   Reply With Quote
Old Apr 23rd, 2008, 8:56 AM   #2
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 415
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
Old Apr 23rd, 2008, 8:57 AM   #3
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 17
Rep Power: 0 redfiretruck is on a distinguished road
Re: Visual C++?

Oh kk ^_^. Thanks for clarifying .
redfiretruck is offline   Reply With Quote
Old Apr 23rd, 2008, 4:46 PM   #4
White-Hat`
Programmer
 
Join Date: Sep 2005
Location: Oopland
Posts: 36
Rep Power: 0 White-Hat` is on a distinguished road
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.
White-Hat` is offline   Reply With Quote
Old Apr 24th, 2008, 6:41 AM   #5
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1 Grich is on a distinguished road
Re: Visual C++?

Quote:
Originally Posted by White-Hat` View Post
... 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.
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).
__________________
SYNTAX ERROR ...
Grich is offline   Reply With Quote
Old Apr 24th, 2008, 10:49 AM   #6
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 17
Rep Power: 0 redfiretruck is on a distinguished road
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.
redfiretruck is offline   Reply With Quote
Old Apr 24th, 2008, 5:20 PM   #7
Seif
Hobbyist Programmer
 
Seif's Avatar
 
Join Date: Jan 2006
Location: UK
Posts: 205
Rep Power: 3 Seif is on a distinguished road
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.
Seif is offline   Reply With Quote
Old Apr 26th, 2008, 1:54 AM   #8
crazyc0de
freshman
 
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0 crazyc0de is on a distinguished road
Re: Visual C++?

Quote:
Originally Posted by Grich View Post
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.
__________________
I am hungry!
crazyc0de is offline   Reply With Quote
Old Apr 26th, 2008, 6:28 AM   #9
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1 Grich is on a distinguished road
Re: Visual C++?

Quote:
Originally Posted by redfiretruck View Post
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 View Post
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.
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.
__________________
SYNTAX ERROR ...
Grich is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Batch] Setting up Visual Studio build script Klarre Other Scripting Languages 4 Mar 28th, 2008 8:03 PM
Question about using Visual J# 357mag Java 2 Apr 17th, 2007 6:49 AM
Going Visual..? hbe02 C++ 6 Mar 20th, 2006 4:33 PM
Visual Studio vs Visual C++ NightShade01 C++ 14 Feb 26th, 2006 9:39 AM
visual c++ and .net tribaldog C++ 7 May 6th, 2005 12:52 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:13 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC