Jump to content

C/C++ Workstarion


Deveant

Recommended Posts

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.

Link to comment
Share on other sites

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. :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...