Thread: Looking for a compiler

  1. #1
    phoenix_
    Guest

    Looking for a compiler

    Which is the best. I've used microsoft visual c++ and borland c++ 3 but they can't compile some of the things I've found on this site.
    I'm thinking about buying borland 5. Is it worth it? 100$ is a lot of money for me.

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    There are links to a number of free compilers in the FAQ.

    http://www.cprogramming.com/boardfaq...linkscompilers

    However, if you cannot compile something you have seen here with VC++ or Borland, then I think you may have a different problem. What can't you compile with VC++ for example?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    4
    For example when I try to compile the snaker game found source section I get a bunch of errors.

    error: unable to open fie 'rw/rwstderr_macros.h'
    erroe: Declare operator delete (void*)
    error: Declaration missing ;
    Just to mention some of them.

    I've been told that it's because of the compiler.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM