Thread: C compiler

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    99

    C compiler

    I'm looking for a compiler, c i don't need C++ FOR WINODWS. S SMALL (IN KB)AND RELIABLE ONE

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,412
    Have you ever considered the MinGW port of GCC?

    Dev-C++ 4.9.9.0 comes with the MinGW port of GCC 3.3.1, you can download Dev-C++ 4.9.9.0 free of charge, but it is 7.47 MB, not exactly small (since it includes the C++ related stuff and the IDE as well).
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    ---
    Join Date
    May 2004
    Posts
    1,379
    the only c only compiler i can think of is
    lcc-win32
    there are not many compilers which compile c and not c++ also.

  4. #4
    Quote Originally Posted by cogeek
    I'm looking for a compiler, c i don't need C++ FOR WINODWS. S SMALL (IN KB)AND RELIABLE ONE
    If you like ol'good text interface, DJGPP (Eventually with RHIDE) should suit.

    www.delorie.com
    Emmanuel Delahaye

    "C is a sharp tool"

  5. #5
    Registered User
    Join Date
    Jul 2004
    Posts
    99
    DEV C++ sucks, i know that!

  6. #6
    Quote Originally Posted by cogeek
    DEV C++ sucks, i know that!
    Not true.
    Emmanuel Delahaye

    "C is a sharp tool"

  7. #7
    ---
    Join Date
    May 2004
    Posts
    1,379
    Dev-C++ is excellent quality for its price.
    The new beta version is especially good.

  8. #8
    Registered User
    Join Date
    Jul 2004
    Posts
    99
    they all suck i'm searching for one easy compiler just writethe c cod eand compile !!!1 I CANNOT FIND ANYONE

  9. #9
    Registered User manofsteel972's Avatar
    Join Date
    Mar 2004
    Posts
    317
    You could try TINY C it is for linux though ony 100kb
    "Knowledge is proud that she knows so much; Wisdom is humble that she knows no more."
    -- Cowper

    Operating Systems=Slackware Linux 9.1,Windows 98/Xp
    Compilers=gcc 3.2.3, Visual C++ 6.0, DevC++(Mingw)

    You may teach a person from now until doom's day, but that person will only know what he learns himself.

    Now I know what doesn't work.

    A problem is understood by solving it, not by pondering it.

    For a bit of humor check out xkcd web comic http://xkcd.com/235/

  10. #10
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    http://faq.cprogramming.com/cgi-bin/...&id=1031248558
    Of course, asking for a compiler is a meaningless question unless you also say which OS you have
    And please don't say something equally vacuous as "Windows" or "DOS"
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  11. #11
    Griz803 Griz803's Avatar
    Join Date
    Jun 2004
    Posts
    5

    Post

    You might try www.thefreecountry.com . They maintain links to many freeware and public domain compilers. I hope this will help you.

  12. #12
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by cogeek
    they all suck i'm searching for one easy compiler just writethe c cod eand compile !!!1 I CANNOT FIND ANYONE
    Don't blame the compilers for your failings.

  13. #13
    Registered User
    Join Date
    Aug 2004
    Posts
    1

    ms-dos c compiler

    You can find a MS-DOS compiler at http://www.htsoft.com/downloads/demos.php. Its small enough to fit on a floppy

  14. #14
    ---
    Join Date
    May 2004
    Posts
    1,379
    Quote Originally Posted by cogeek
    they all suck i'm searching for one easy compiler just writethe c cod eand compile !!!1 I CANNOT FIND ANYONE
    if you dont appreciate the help, then go find one yourself.

  15. #15
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Maybe if your weren't so ignorant and had half a brain you could actully program. If you can't get some of your code to compile blame it on yourself not your compiler all of the foremetioned compilers will COMPILE
    Woop?

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