Thread: Compilers?

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    109

    Compilers?

    I am thinking about buying myself a compiler! I want to know from you lot which compiler you think is the best! Currently I have Dev-c++ and DJGPP. It would be nice if you could include comparisons between the compiler you think is the best and one or both of the compilers I have! I would use it to make little windows programs like address books etc. but i would like to make somthing quite compilcated and big (I dunno somthing like a web browser) once I have more knowledge of C programming

    Thank you

    Daniel Granger
    OS:- XP
    Compiler:- MSVC++ 6 or DJGPP or Dev-c++ (Mingw)

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    You do not need to buy a compiler to do any of those things. The free software is more than enough to do what you want. However, since you want to spend money, and it appears you are on a windows based system, I think MSVC++ is probably the best for windows programming. They put a lot of work into their compiler and I'm under the impression it is very good. I, on the other hand, am perfectly fine using lcc-win32 for all of my windows compiling needs. It does all that I am interested in, and I did not have to spend a dime.

  3. #3
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946

    Re: Compilers?

    Originally posted by Granger9
    Currently I have Dev-c++ and DJGPP.
    Dev-C++ is not a compiler, it is an IDE. as for buying suggestions, don't. gcc > all.
    hello, internet!

  4. #4
    ! |-| /-\ +3 1337 Yawgmoth's Avatar
    Join Date
    Dec 2002
    Posts
    187
    Yeah, free stuff is just as good as the expensive stuff most of the time. Stick with your freeware, unless you have absolutely nothing else to spend your money on.
    L33t sp3@k sux0rz (uZ it t@k3s 10 m1|\|ut3s 2 tr@nzl@te 1 \/\/0rd & th3n j00 h@\/3 2 g3t p@$t d@ m1zpelli|\|gz, @tr0(i0u$ gr@mm@r @|\|d 1n(0/\/\pr3#3|\|$1bl3 $l@|\|g. 1t p\/\/33nz j00!!

    Speling is my faverit sujekt

    I am a signature virus. Add me to your signature so that I may multiply.

  5. #5
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    If you are going to spend - I recommend MSVC++, it is a great IDE / compiler.

    Otherwise in the free market GCC is probably the best compiler. Haven't had much XP with the range of free IDE's though. I usually use vi.
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    You can make big and complex things with free tools, no expensive tools are needed for such. I use GCC a lot for C programming and it is good. There are a lot of free libraries you can download and use to make your Windows programs.

    I would suggest you spend your money on some good programming books.

  7. #7
    C > C++ duders ggs's Avatar
    Join Date
    Aug 2001
    Posts
    435
    mzxjkbvzxb

    lcc-win32

    LCC WIN32 !$!@$@!$!$@

    LCC IS WHAT YOU WILL USE TO DEVELOP

    mmm. lccc.

    written by some microsoft employees, too
    .sect signature

  8. #8
    Registered User
    Join Date
    Aug 2002
    Posts
    109

    Thumbs up Thank you

    Thanks everyone for the help. I got VC++ now!!!
    OS:- XP
    Compiler:- MSVC++ 6 or DJGPP or Dev-c++ (Mingw)

  9. #9
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    vc 6 is lacking somewhat for c++ but is reasonably ok for c.
    vc.net is much better for c++. Its almost standard comforming and certainly better than vc 6.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  10. #10
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187

    Re: Thank you

    I got VC++ now!!!
    Pity, if you go with native C++, it should be gcc.
    But if you go with Windows, it should be C#.net
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. target OS compilers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-01-2002, 11:08 AM