Thread: C++ Compiler??

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    3

    Post C++ Compiler??

    What is the best compiler to use i am new i tried Microsoft visual c++ 2005 express and it really crappy. Any ideas. NOTE must be good enough to make huge games such as fullscreen games a compiler that can do it all?

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I assume you are windows? What about VC++ 2005 do you consider crappy? It is generally considered to be one of the better IDEs available, and its compiler is also highly regarded.

    Other options include CodeBlocks and Dev-C++, although I'm not sure I would call them better.

  3. #3
    Registered User
    Join Date
    Mar 2007
    Posts
    3
    i think becuase i have the express version do u have the link for the other version? that u use

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I have the express version of 2005.

    I also use the professional version of 2003 for work, but that costs hundreds of dollars. Both 2003 and 2005 are good. 2005 has a lot of complicated options, but once you understand and get past those it has a lot of very useful features.

  5. #5
    Registered User
    Join Date
    Mar 2007
    Posts
    3
    o well that might be why do u have any tuts or docs on functions on it? and thanks again

  6. #6
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Rah33m: Please learn to type in English, not just internet speak. Using functions is the same in VS as it is in every other compiler. I leave it up as an exercise to you to find the tutorials on this site.

  7. #7
    Registered User
    Join Date
    May 2006
    Posts
    903
    Quote Originally Posted by Rah33m View Post
    o well that might be why do u have any tuts or docs on functions on it? and thanks again
    I fail to understand the difficulty in using VS. Simply create a new project and hit Ctrl + F5 when you want to see the result. It builds your program and then it runs it if there are no errors.

  8. #8
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I agree. MSVC++ 2003 which I use at uni is excellent. When I first started the course I used the 6.0 edition which was ok but error prone. 2005 express beta is excellent. The only thing you have to do is download and install the platform SDK if you want to use the win32 API features like Sleep() ect.

    DevC++ I have installed at home a long with code::blocks IDE. They both use the mingw compiler although with code::blocks you can install and use one of many with it. DevC++ STILL runs ok but is buggy, and does seem to cop out at the worst times, it's debugger is also one of worst out there.

    Stick with the advise and stick with 2005. If you want the best current compiler avaliable, you have it right now. Untill 2006 is released, it will proberley continue to be that.
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. 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
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM