![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2008
Posts: 17
Rep Power: 0
![]() |
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 ^_^. |
|
|
|
|
|
#2 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 415
Rep Power: 3
![]() |
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. |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Apr 2008
Posts: 17
Rep Power: 0
![]() |
Re: Visual C++?
Oh kk ^_^. Thanks for clarifying
. |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Sep 2005
Location: Oopland
Posts: 36
Rep Power: 0
![]() |
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.
![]() |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1
![]() |
Re: Visual C++?
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 ... |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Apr 2008
Posts: 17
Rep Power: 0
![]() |
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.
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: UK
Posts: 204
Rep Power: 3
![]() |
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.
|
|
|
|
|
|
#8 | |
|
freshman
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0
![]() |
Re: Visual C++?
Quote:
.
__________________
I am hungry! |
|
|
|
|
|
|
#9 | |
|
Hobbyist Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 137
Rep Power: 1
![]() |
Re: Visual C++?
Quote:
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 ... |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |