suggest me a c++ cmpailer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M Hayouka

    suggest me a c++ cmpailer

    hi


    I need something very simple and friendly

    I don't know why but Borland's compiler doesn't work on my pc(with xp)...???


    thanks

  • Greg P.

    #2
    Re: suggest me a c++ cmpailer

    "M Hayouka" <Hayouka@bezeqi nt.net> wrote in message
    news:3f58db7c@n ews.bezeqint.ne t...
    <snip>

    D **NOT** post in HTML! Read the FAQ:


    As your question is very common, I have just pasted something I told someone
    else below:

    This is a lengthy one so stick with me...

    Use Dev-C++ which comes with the fabulous MinGW (Minimalist GNU GCC Compiler
    for Windows) @ http://www.bloodshed.net/dev/devcpp.html

    The above link is an excellent IDDE (Integrated Development _and_
    Debugging Environment) with a superior (again, IMHO) compiler than M$'s.

    Once you get your feet on the ground and learn to walk, you may find
    yourself using compilers that don't really need IDE's (or you just won't use
    the ones that come with them). Some top-notch compilers are listed
    below(compilers w/o IDE's, or ones that you most likely won't use the IDE
    with):

    *Digital Mars: http://www.digitalmars.com (I am an active user of this)

    *Borland: http://borland.com/products/download..._cbuilder.html
    (Click compiler, I used to love this compiler [older days])

    *DJGPP: http://www.delorie.com/djgpp/ (Haven't tried this in a while, but I
    like what I remember about it)

    *OpenWatcom: http://openwatcom.com (Haven't even tried this yet. I loved the
    original that was retired)

    You should download a multitude of compilers and then figure out which ones
    work well for you (or that seem second nature after a while) and then stick
    to that/those.

    =============== =============== =

    There is a separate IDE available for use with Borland's compiler called
    VIDE:


    =============== =============== =

    You can also download TextPad/notepad like utilities that support colored
    syntax highlighting and build functionality (for using with numerous
    compilers).

    *ConTEXT: http://fixedsys.com/context/ (I used it but found some bugs which
    deterred me)

    *SourceEdit: http://www.brixoft.com/prodinfo.asp?id=1

    =============== =============== =

    You may also need a reference for the C++ standard library:

    *Dinkumware: http://www.dinkumware.com/libraries_ref.html (Notice that C99
    is just the standard for what is C)


    Comment

    • Ohmu

      #3
      Re: suggest me a c++ cmpailer

      M Hayouka wrote:[color=blue]
      > hi
      >
      >
      > I need something very simple and friendly
      >
      > I don't know why but Borland's compiler doesn't work on my pc(with xp)...???
      >
      >
      > thanks[/color]

      As I understand you use windows... You should try Dev C++ @
      Dev-C++ is a full-featured C and C++ Integrated Development Environment (IDE) for Windows. Free, open source, and used by millions of developers worldwide.


      It is the working enviorment + compiler...

      Ohmu

      Comment

      Working...