Results 1 to 6 of 6

Thread: C++ compiler

  1. #1
    Senior Member
    Join Date
    Aug 2002
    Posts
    310

    C++ compiler

    I was wondering what would be the best C++ compiler out right now.I run Mandrake 8.2 and Win 2k.I also would like to know the same about decompilers.I'm still kinda new to C,so try to keep any details in your response in newbie form,so I can understand them.Oh and one last thing,does anyone know of any good C tutorial sites?I've come across a few,but haven't found anything that really impresses me.
    Thanks in Advance
    --gghornet

  2. #2
    Junior Member
    Join Date
    Sep 2002
    Posts
    20
    Hi !

    I do not like very much microsoft products, so if I have to run windows, I use Inprise compiler (like "Borland C++ Builder").

    Running UN!X, you can use gcc, cc, g++ ... ;-)

    Inprise just release Kylix 3, wich is a "delphi-like" and a "c++ builder-like" under linux.
    Great thing they did !
    Code free or die.

  3. #3
    Senior Member
    Join Date
    Apr 2002
    Posts
    634
    I personaly use Dev-C++ into my Windows environment. It's a good editor/compiler.
    You can find it at http://www.bloodshed.net
    Life is boring. Play NetHack... --more--

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    872
    KissCool has it.

    Dev-C++ for LIFE!!!!!

    (handles C as well as C++) ...heh...and the GUI just rocks.
    ...This Space For Rent.

    -[WebCarnage]

  5. #5
    Senior Member
    Join Date
    Nov 2001
    Posts
    257
    I use Microsoft Visual C++ to write my code and g++ in a cygwin bash shell to compile it if I'm using windows.

    Otherwise I'll just write in vi and compile with g++.

    Works fine for me, just got to find an editor you like.
    -Shkuey
    Living life one line of error free code at a time.

  6. #6
    Junior Member
    Join Date
    Jun 2002
    Posts
    16

    Lightbulb

    DevC++ is great if your on a budget.
    The best two, IMO, are Microsoft's Visual C++ (http://msdn.microsoft.com/visualc/) and Intel's C++ compiler (http://www.intel.com/software/products/compilers/)

    As for C decompilers, I dont think that they're possible. Too complex of a language, I suppose. You'd probably be better off just getting the source.
    \"A humanitarian is always a hypocrite.\" -George Orwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •