C/C++

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • good C compiler

    21 answers - 191 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.
    thanks.
  • No.1 | | 434 bytes | |

    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    thanks.

    If you're on Windows, then you can try Visual C++ 2005 Express
    Edition. Microsoft gives it for free. If you're on Linux, then you can
    try out GCC. It usually comes bundled in the distro.

  • No.2 | | 525 bytes | |


    AB ():

    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    thanks.
    --
    If you're on Windows, then you can try Visual C++ 2005 Express
    Edition. Microsoft gives it for free. If you're on Linux, then you can
    try out GCC. It usually comes bundled in the distro.

    Yes, on Windows. How many resources it required? Is it compact?

  • No.3 | | 417 bytes | |

    <polychrom@softhome.netwrote:

    If you're on Windows, then you can try Visual C++ 2005 Express
    Edition. Microsoft gives it for free. If you're on Linux, then you can
    try out GCC. It usually comes bundled in the distro.

    Yes, on Windows. How many resources it required? Is it compact?

    Surely you must be joking.

    After all, he did say it is from Microsoft.

  • No.4 | | 768 bytes | |

    polychrom@softhome.net said:
    AB said:

    <snip>

    >If you're on Windows, then you can try Visual C++ 2005 Express
    >Edition. Microsoft gives it for free. If you're on Linux, then you can
    >try out GCC. It usually comes bundled in the distro.
    >

    Yes, on Windows. How many resources it required? Is it compact?

    No.

    If you want neat, clean, compact, go for Digital Mars's compiler:

    <http://www.digitalmars.com>

    No installation required - just stick it in an intelligently-named directory
    (e.g. C:\DMC) and you're done. (For easiest use, you have to make one
    teeny-weeny change to your path - see the readme file - but that's no big
    deal.)
  • No.5 | | 366 bytes | |

    >Yes, on Windows. How many resources it required? Is it compact?

    I use the express version of Visual C# on my laptop and during the
    installation procedure you can choose to install the basic necessaties or
    include a SQL server and some other stuff.
    So it comes down to how much you really want the program to include i
    guess.

  • No.6 | | 806 bytes | |


    Richard Heathfield ():

    polychrom@softhome.net said:
    AB said:

    <snip>
    >
    >If you're on Windows, then you can try Visual C++ 2005 Express
    >Edition. Microsoft gives it for free. If you're on Linux, then you can
    >try out GCC. It usually comes bundled in the distro.
    >

    Yes, on Windows. How many resources it required? Is it compact?

    No.

    If you want neat, clean, compact, go for Digital Mars's compiler:

    <http://www.digitalmars.com>

    No installation required - just stick it in an intelligently-named directory
    (e.g. C:\DMC) and you're done. (For easiest use, you have to make one
    teeny-weeny change to your path - see the readme file - but that's no big
    deal.)
  • No.7 | | 315 bytes | |

    polychrom@softhome.net said:

    Is the Digital Mars C++ compiler better then ms Visual C++ 2005
    Express?

    Define better.

    How many size required this ms Visual C++ 2005 Express?

    Digital Mars is tiny. I don't know how big VC2005Express is, but knowing
    Microsoft, it'll be huge.
  • No.8 | | 542 bytes | |


    cp ():

    >Yes, on Windows. How many resources it required? Is it compact?
    >

    I use the express version of Visual C# on my laptop and during the
    installation procedure you can choose to install the basic necessaties or
    include a SQL server and some other stuff.
    So it comes down to how much you really want the program to include i
    guess.

    yes, it problem to find how much resources require this msVisual C++
    express.
    There are no description in ms site.

  • No.9 | | 339 bytes | |

    To make things a little clearerVisual C++ 2005 Express is an IDE,
    not just a compiler. It's a 450 MB (approx) download. If you want only
    the command line compiler, try the .NET Framework SDK. It includes the
    C++ compiler, without the IDE. And yes, it is completely free even
    though it is from Microsoft.

  • No.10 | | 1678 bytes | |

    14 Jul 2006 05:21:22 -0700, polychrom@softhome.net wrote:

    >
    >Richard Heathfield ??(?):
    >
    >polychrom@softhome.net said:
    >AB said:
    >>

    ><snip>
    >>
    >>If you're on Windows, then you can try Visual C++ 2005 Express
    >>Edition. Microsoft gives it for free. If you're on Linux, then you can
    >>try out GCC. It usually comes bundled in the distro.
    >>

    >Yes, on Windows. How many resources it required? Is it compact?
    >>

    >No.
    >>

    >If you want neat, clean, compact, go for Digital Mars's compiler:
    >>

    ><http://www.digitalmars.com>
    >>

    >No installation required - just stick it in an intelligently-named directory
    >(e.g. C:\DMC) and you're done. (For easiest use, you have to make one
    >teeny-weeny change to your path - see the readme file - but that's no big
    >deal.)
    >>

    >--
    >Richard Heathfield
    >"Usenet is a strange place" - dmr 29/7/1999
    >http://www.cpax.org.uk
    >email: rjh at above domain (but drop the www, obviously)
    >
    >
    >Is the Digital Mars C++ compiler better then ms Visual C++ 2005
    >Express? How many size required this ms Visual C++ 2005 Express? I
    >would preffer do not install toll I use once per year.
    >

    Digital Mars is good. You might also take a look at www.openwatcom.org
  • No.11 | | 593 bytes | |

    "AB" <abjbhat@gmail.comwrote in
    news:1152882174.018939.157050@m73g2000cwd.googlegr oups.com:

    To make things a little clearerVisual C++ 2005 Express is an
    IDE, not just a compiler. It's a 450 MB (approx) download. If you
    want only the command line compiler, try the .NET Framework SDK.
    It includes the C++ compiler, without the IDE. And yes, it is
    completely free even though it is from Microsoft.

    For a free windows C compiler you could try mingw (a gcc port) or
    openwatcom. They are each around 100Mb, installed, depending on the
    options you choose.
  • No.12 | | 316 bytes | |

    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    thanks.

    You can try

    http://www.cs.virginia.edu/~lcc-win32

    It is free of charge

  • No.13 | | 491 bytes | |

    2006-07-14, polychrom@softhome.net <polychrom@softhome.netwrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    A compiler is almost by definition a tool not used by "non programmers",
    but if you need one for Windows, I recommend DJGPP.

    I'm not sure how big it is, but it doesn't have an IDE or anything, so
    that probably counts for something.
  • No.14 | | 417 bytes | |


    jacob navia wrote:
    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    thanks.
    --
    You can try

    http://www.cs.virginia.edu/~lcc-win32

    It is free of charge

    Try one of the compilers based on your S from the following list:

  • No.15 | | 885 bytes | |

    14 Jul 2006 04:40:25 -0700, in comp.lang.c , polychrom@softhome.net
    wrote:

    >
    >AB ??(?):
    >
    >polychrom@softhome.net wrote:
    >Is there some good and convenient C compiler (freeware), to compile C
    >source code? Just compile ready source code, some handy tool for non
    >programmers.
    >>

    >thanks.
    >>
    >>

    >If you're on Windows, then you can try Visual C++ 2005 Express
    >Edition. Microsoft gives it for free. If you're on Linux, then you can
    >try out GCC. It usually comes bundled in the distro.
    >
    >Yes, on Windows. How many resources it required? Is it compact?


    Like all MS software, its enormous.

    You can get gcc for windows too, try the cygwin implementation, it
    works fine.
  • No.16 | | 1047 bytes | |

    Mark McIntyre <markmcintyre@spamcop.netwrote in
    @4ax.com:

    14 Jul 2006 04:40:25 -0700, in comp.lang.c ,
    polychrom@softhome.net wrote:
    >
    >>
    >>AB ??(?):
    >>

    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to
    compile C source code? Just compile ready source code, some
    handy tool for non programmers.
    >

    thanks.

    If you're on Windows, then you can try Visual C++ 2005 Express
    Edition. Microsoft gives it for free. If you're on Linux, then
    you can try out GCC. It usually comes bundled in the distro.
    >>
    >>Yes, on Windows. How many resources it required? Is it compact?

    >

    Like all MS software, its enormous.

    You can get gcc for windows too, try the cygwin implementation,
    it
    works fine.

    mingw gives you the same thing with less hassle.
  • No.17 | | 442 bytes | |


    polychrom@softhome.net wrote:
    Is there some good and convenient C compiler (freeware), to compile C
    source code? Just compile ready source code, some handy tool for non
    programmers.

    You can check out a C compiler called AMPC at http://www.axiomsol.com
    It is available on Windows, Mac SX, and Linux x86.
    It produces .class files that can run on any JVM enabled
    system.

    Cheers.

    Napi

  • No.18 | | 563 bytes | |

    polychrom@softhome.net wrote:

    Is there some good and convenient C compiler (freeware), to
    compile C source code? Just compile ready source code, some
    handy tool for non programmers.

    I find TCC (Tiny C Compiler) to be one of the best free C compilers
    out there. It's extremely small, and it produces small executables
    and fast code. The complete installation is about 1.12MB. It's
    intended for Linux, but there is a Windows port available and it
    includes the windows API headers.

    You can get it here:
  • No.19 | | 861 bytes | |


    Ian wrote:
    polychrom@softhome.net wrote:

    Is there some good and convenient C compiler (freeware), to
    compile C source code? Just compile ready source code, some
    handy tool for non programmers.

    I find TCC (Tiny C Compiler) to be one of the best free C compilers
    out there. It's extremely small, and it produces small executables
    and fast code. The complete installation is about 1.12MB. It's
    intended for Linux, but there is a Windows port available and it
    includes the windows API headers.

    You can get it here:

    Different compilers produce the different size EXE of the same source
    code?
    If so, however, the better is compilers that produce a small, compact
    code.

    I will need to change(configure) URL in source code, how do better deal
    with this?

    thanks.

  • No.20 | | 523 bytes | |


    <polychrom@softhome.netwrote in message
    news:1152874891.528485.82080@
    Is there some good and convenient C compiler (freeware), to compile C
    source code?

    Lots of good "C" compilers.

    >Just compile ready source code, some handy tool for non

    programmers.

    Thats harder. "C" is not a tool for non-programmers. Most "floating round
    the net" "C" code has compiler or S dependacies so won't compile straight
    of the box

    thanks.

  • No.21 | | 824 bytes | |

    Sat, 15 Jul 2006 18:43:34 UTC, polychrom@softhome.net wrote:

    Different compilers produce the different size EXE of the same source
    code?

    Not only different compilers but the same compiler using different
    flags results in different object code size. Using the same/different
    linkers with different flagc have influence on the size of the object
    they create.

    If so, however, the better is compilers that produce a small, compact
    code.

    I will need to change(configure) URL in source code, how do better deal
    with this?

    When the size of the object created by compiler/linker is really
    critical you have to experiment around with different
    compilers/linkers and different flags to them every time you
    compiles/links again. There is no general rule available on that.

Re: good C compiler


max 4000 letters.
Your nickname that display:
In order to stop the spam: 9 + 8 =
QUESTION ON "C/C++"

EMSDN.COM