Results 1 to 15 of 15

Thread: which compiler

  1. #1

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    which compiler

    the time to learn c++ has finally arrived. so what's the best compiler?

    Turbo C++ Explorer
    Free Microsoft Visual C++ 2005 Express
    Digital Mars C/C++ Compiler (Symantec C++ Replacement)
    Cyclone C
    GNU C/C++ Compiler and EGCS
    Pelles C Compiler
    Cilk ANSI C Based Compiler


    at the moment i am on windows.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: which compiler

    I'd say definitely VC++ 2005 or gcc. VC's probably easier since you're using Windows.

  3. #3

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    Hi Penagate:
    reading a little further, it looks like to start with it is either:
    Turbo C++ Explorer
    Free Microsoft Visual C++ 2005 Express

    have you tried turbo c++

    here are the details:
    Borland's TurboExplorer C++ Explorer Edition allows you to develop C++ applications for Windows using the Borland Turbo C++ compiler and IDE. The package boasts of integrated compilers, RAD visual designers, rich debugging features, Code Insight, templates, a history manager, a database explorer and connectivity, included Borland InterBase and MSDE, support for DCOM, ActiveX, .NET remoting, many pre-built components, etc. You have to register (free) to get the activation key.

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: which compiler

    I do not recommend it.

  5. #5

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    i have to say that the MS c++ express seems very well documented is it as good as it looks?

  6. #6

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    no no no, i don't want the .net framwork thingy, i just want to make fast win32 programs!

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: which compiler

    VC++ builds both managed and non-managed code.

  8. #8
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: which compiler

    Quote Originally Posted by learning c
    no no no, i don't want the .net framwork thingy, i just want to make fast win32 programs!
    Turbo C++ is old and deprecated. Furthermore, you may not program Win32 applications in it.
    Show Appreciation. Rate Posts.

  9. #9

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    Quote Originally Posted by penagate
    VC++ builds both managed and non-managed code.
    whew, i was quite worried there for a second and Harsh Gupta definitely agrees with you so i'll try it again, it does look friendly so it could be just the development environment i need

  10. #10
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: which compiler

    You always have Dev-C++ and Code::Blocks, both great IDEs that uses GCC compiler, if you don't want to use VC++.
    Show Appreciation. Rate Posts.

  11. #11

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    ok Harsh Gupta

    i had a quick look at Dev c++ looks a little blocky with no keywords for example, code blocks looks nicer from that perspective, and ms c++ looks sweet. however which is the best to go with once you use them for a while?

  12. #12
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: which compiler

    It really doesn't matter. I do most of my coding in a syntax-highlighting text editor.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  13. #13

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    does that mean that there no difference in the development environments?

  14. #14
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: which compiler

    No, it means you should pick the one you like best.

  15. #15

    Thread Starter
    Banned learning c's Avatar
    Join Date
    Mar 2007
    Location
    canberra (australia's capital)
    Posts
    198

    Re: which compiler

    Quote Originally Posted by penagate
    No, it means you should pick the one you like best.
    ok will try your suggestion penagate

Posting Permissions

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



Click Here to Expand Forum to Full Width