Results 1 to 7 of 7

Thread: Free C++ compiler?

  1. #1

    Free C++ compiler?

    I just started my new job at a heating cable/resistor manufacturing plant (head lab technician...woohoo!). I'm just starting a small project to grab a signal from a serial port and display an appropriate message on a terminal somewhere else. Now here's my problem. This must be coded in C++. My computer at work has no C++ compiler. The company has an extremely strict policy that no new software be installed on company computers. I spoke to one of the women in the administrative department, and she told me it was because of licensing concerns. I gave her a brief runthrough of what the GPL was, and she said that GPL'd software would be acceptable (not trampling on any licenses, right?). However, the only C++ compiler I know of that is GPL'd is GCC, and that hasn't been ported to Windows (works on Cygwin, but I asked if that could be installed and she said no freakin way). So here's my question: does anyone know of any other totally free (as in GPL/BSD licenses) C++ compilers, or any C++ compilers with another free license? Alternatively, can anyone think of any way to get a C++ compiler on my computer at work? Thanks.

    EDIT: I guess I should give the OS, huh? Whoops. It's running Win95, and will almost certainly stay that way.

  2. #2

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    472

    Re: Free C++ compiler?

    Or if you buy one of those "Teach yourself C++ in 3 days" type books, they often include a "light" version of either the M$ compiler or something else.

    What is their problem with cygwin?

  4. #4

    Re: Free C++ compiler?

    More people need to know about Mingw. GPL'ed GCC without Cygwin.

  5. #5

    Re: Free C++ compiler?


    Or if you buy one of those "Teach yourself C++ in 3 days" type books, they often include a "light" version of either the M$ compiler or something else.

    What is their problem with cygwin?
    I wish I knew what their problem with cygwin was. Unfortunately when I asked, they gave me a definitive "NO WAY."
    I do own several of those "light" versions of MSVC++, Borland, etc... The only problem with those is that the product is not licensed for public use. It's licensed for MY use (as the purchaser of the book), but I have doubts that installing the thing on the network would go over well legally.

  6. #6

    Re: Free C++ compiler?

    More people need to know about Mingw. *GPL'ed GCC without Cygwin.
    Now I didn't know about that! *That would be PERFECT. *Unfortunately, I believe we're running the original release of Win95 (I'll have to check to make sure), so I'll have to see if I can install MSVCRT.DLL (presumably available from MS's download site). *That will be the only trick to it, as the administrator girl has already OK'd anything under the GPL provided it doesn't change much (eg. I can install vim, but I can't install linux). Thanks a lot!

  7. #7
    Junior Member TGAM123's Avatar
    Join Date
    Dec 2009
    Location
    Slovakia,Lučenec,Mládežnícka 27
    Posts
    56
    There are a black copies of borland c on internet.borland has got great enviroment.

Similar Threads

  1. Free Beer That's Free as in Speech
    By trickster in forum General Chat
    Replies: 3
    Last Post: 07-25-2005, 06:38 PM
  2. Free Enough?
    By cga in forum General Chat
    Replies: 9
    Last Post: 06-19-2005, 01:47 PM
  3. Free USB Thumb Drive
    By GhostDawg in forum Linux - Hardware, Networking & Security
    Replies: 17
    Last Post: 09-17-2004, 10:10 AM
  4. Free Visual C++ Compiler from Microsoft.
    By shebang in forum General Chat
    Replies: 0
    Last Post: 04-18-2004, 06:18 PM
  5. Free after rebate cdrw, cd-rs, 256 ddr
    By vvx in forum General Chat
    Replies: 0
    Last Post: 09-09-2003, 02:45 AM

Bookmarks

Posting Permissions

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