Results 1 to 7 of 7

Thread: Where can I find a C++ compiler for Win?

  1. #1
    Senior Member
    Join Date
    Oct 2002
    Posts
    221

    Where can I find a C++ compiler for Win?

    Hey everybody, I am learning C++, and i am having the gardest time with it because i do not have a compiler to compile some sample codes with. If anybody knows where i can get a good compiler for Windows, please let me know, i can really use the help at this momoent.

    Thank you.

  2. #2
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    dev-c++ from bloodshed software

    http://www.bloodshed.net/

    or GCC from:

    http://gcc.gnu.org/
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  3. #3
    List of compilers
    Hope this helps. Yeah i am trying to learn c++ too but it is so difficult! good luck!
    I read somewhere you shouldn\'t always believe what you read so what the Hell am I supposed to do?

  4. #4
    () \/V |\| 3 |) |3\/ |\|3G47|\/3
    Join Date
    Sep 2002
    Posts
    744
    You can try out this site.

    Borland Compiler

    Good luck!

    Go Finland!
    Deviant Gallery

  5. #5
    Senior Member
    Join Date
    Jul 2001
    Posts
    420
    There's also http://www.cygwin.com/ <-havent tried it yet
    If you spend more on coffee than on IT security, you will be hacked. What\'s more, you deserve to be hacked.
    -- former White House cybersecurity adviser Richard Clarke

  6. #6
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    dspeidel, cygwin rocks.. it is realy made up of 2 components:

    the cygwin1 dll and a complete GNU enviroment, it's like GNU-linux without the linux (kernel)

    you can ls and df in your bash, on your windows box

    and if you add c:\cygwin\bin (or wherever you installed cygwin \bin) to the paths in autoexec.bat, you can use all the GNU tools in your DOS box..

    cygwin is IMHO the bet thing to ever come from the RedHat ppl...
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  7. #7
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    Public Access C Compiler... This is really Cool...

    http://www.delorie.com/djgpp/compile/
    yeah, I\'m gonna need that by friday...

Posting Permissions

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