Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 14:43

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Command line vs IDE c/c++
PostPosted: 10 Feb 2009 03:17 

Joined: 28 Jan 2009 03:30
Posts: 17
Hi all!
This goes out to all the programing wiz's here. What are the benefits of using a command line compiler over an IDE? I am learning c++ at the moment and i was wondering this after seeing that aluigi's uses command line compilers. just curious.
thanks,
astro


Top
 Profile  
 
 
 Post subject: Re: Command line vs IDE c/c++
PostPosted: 10 Feb 2009 15:13 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
the compiler is ever a command-line application, in fact the IDE is only a GUI/frontend which calls the compiler (like gcc.exe or cl.exe for visualC) when you decide to build the project so it's exactly the same thing.


Top
 Profile  
 
 Post subject: Re: Command line vs IDE c/c++
PostPosted: 11 Feb 2009 03:27 

Joined: 28 Jan 2009 03:30
Posts: 17
lol, What i meant to ask is that why do you prefer to use command line over an ide?


Top
 Profile  
 
 Post subject: Re: Command line vs IDE c/c++
PostPosted: 11 Feb 2009 12:22 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
I use notepad++ as "ide" and I launch the compiling command in console because I use it ever


Top
 Profile  
 
 Post subject: Re: Command line vs IDE c/c++
PostPosted: 11 Feb 2009 20:51 

Joined: 28 Jan 2009 03:30
Posts: 17
I use and love notepad++ i use it mainly for PHP because i love that little ftp plugin that it comes with.
Also, if you are looking for something to do, writing a GUI plgin for notepad++ would be kickass! :D


Top
 Profile  
 
 Post subject: Re: Command line vs IDE c/c++
PostPosted: 12 Feb 2009 04:32 

Joined: 24 Sep 2007 02:12
Posts: 1114
Location: http://sethioz.co.uk
I never used IDE or something like it. i only used mingw gcc compiler thru cmd.
i even dont see any reason why install some big ass GUI program, which is slower and takes space and memory, if you can do that with a simple cmd :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: