Deveant Posted December 21, 2006 Posted December 21, 2006 Okay so my C++ skills have never been my high point, well actualy its my C skills never did anythink that involved the use of C++... So now that im on hollidays ive got a few weeks to my self, so was gonna try out a few C/C++ tuts see if i cant improve a little. Now for the question, whats ur C/C++ worstation setup? in the way of editor and compiler (i say workstation coz not every one uses a standard package). I ask this coz ive only used "Bloodshed Dev-C++", and "MS Visual C++" and have found that Bloodshed is very limiting in it compiling, in the way of most of the tutorials i read though dont work on it, but will on MS :S, so any one know of a friendly setup? perferably free :D though doesnt matter. Quote
cooper Posted December 21, 2006 Posted December 21, 2006 vi, g++ and make is all you need. All that shit is available for Windows too you know... Quote
metatron Posted December 22, 2006 Posted December 22, 2006 Linux = Emacs, GCC, distcc Windows = Borland C++ Builder Quote
wetelectric Posted December 22, 2006 Posted December 22, 2006 vi, g++ and make is all you need.All that shit is available for Windows too you know... What he said except vi is for girls. Use emacs. </starts flame war> In all seriousness though, what he said is quite correct for what your talking about. If you use windows try cygwin. Its xemacs and vim editors are pretty decent. :) Quote
uber_tom Posted December 22, 2006 Posted December 22, 2006 i use neither vi nor emacs, i use kwrite 'cos my powers are weak. Quote
boristsr Posted December 22, 2006 Posted December 22, 2006 I love visual studio as an IDE, nothing else has come close to it from what I have used. Whenever possible, I use visual studio. On linux, if I am doing a large amount of coding, I'll fire up a windows vm with visual studio, if I am doing a small bug fix or something I'll use codeblocks. For building, I use visual studio's stuff for windows, and depending on what I need done, either a hand written or modified makefile, or just use codeblocks in linux. I used to be one of the hardcore "I don't use IDE's and do all my compiling on the command line, and don't use code completion", then I realised that it just made programming more of a chore, for no benefit. I now take the approach of "if it helps me to accomplish my goal quicker, I'll use it". I prefer finding a solution to a problem, not screwing around with typo's or bugs in the build procedure. There is no point. Quote
nickisgod1 Posted December 29, 2006 Posted December 29, 2006 first off i would like to say that although emacs is a great os its a shame it lacks a good editor. secondly as an ide i am a big fan of kdevelop then use vi to make small changes and tweaks. and as always g++ for compiling and gdb for debugging Quote
Rocold Posted January 9, 2007 Posted January 9, 2007 Where I work we can only use vi. It's a government system and is locked down pretty tight.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.