Results 1 to 7 of 7

Thread: C++ compilers

  1. #1
    The comeback tour
    Join Date
    Feb 2008
    Location
    On the wrong planet
    Posts
    6,704

    Default C++ compilers

    I used to have a C compiler, Borland Turbo C version 5 IIRC. It ran on my other PC under Windoze NT. That machine is now running Windoze 2000 and in any case I think I've lost the installation disc. Once upon a time I used that compiler to make Dosbox programs in C that just made use of the UNIX-alike environment interfaces.

    I think I ought to find a C++ compiler that'll either run on Windoze 2000, or on XP (which this PC is running on). There are apparently various free downloadable ones - discovered by a quick Google foir "free C++ compilers". A mate once had one that also included a tutorial on C++ (written for C programmers) - he once proudly showed me the "Hello World" program he'd made with it but I'm sure that since then he's gone on to bigger and better things. If I could find something like that I think it would help.

    Would anyone care to suggest a suitable product?
    He who laughs last ... is still using a slow modem

  2. #2
    Cockroaches & Keith Richards
    Join Date
    Nov 2003
    Location
    Chelmsford
    Posts
    33,297

    Default

    I reckon cygwin probably ships with gcc.

  3. #3
    The rehab years
    Join Date
    Jun 2009
    Location
    Essex
    Posts
    1,278

    Default

    I used Borland C++ and Visual C++ many years ago. Also was taught C++ on Solaris using Emacs and GCC (GNU).

    For free ones you could look for the express editions of Visual studio or found this link that looks good,

    http://www.cprogramming.com/code_blocks/

    Has the binaries available to download from the site.

  4. #4
    The comeback tour
    Join Date
    Feb 2008
    Location
    On the wrong planet
    Posts
    6,704

    Default

    Thanks gentlemen ... following this up
    He who laughs last ... is still using a slow modem

  5. #5
    The comeback tour
    Join Date
    Mar 2010
    Location
    Suffolk
    Posts
    6,942

    Default

    Visual Studio Express C++ edition

    or if you want to go open source you can use MinGW which integrates nicely with Eclipse.

  6. #6
    Rock royalty
    Join Date
    Mar 2004
    Location
    The (IV) Millenia
    Posts
    10,696

    Default

    Quote Originally Posted by monquixote View Post
    Visual Studio Express C++ edition
    If you don't need cross platform then this is full of win. Best c++ dev env hands down.
    No Forbidding Allowed

    My band made (another) Xmas song: https://soundcloud.com/polarityman/p...in-vallhalla-2

  7. #7
    Difficult second album
    Join Date
    Apr 2010
    Location
    North East England
    Posts
    768

    Default

    Quote Originally Posted by thereformant View Post
    If you don't need cross platform then this is full of win. Best c++ dev env hands down.
    Definitely +1 that

Posting Permissions

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