Thread: small C compiler?

  1. #1
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214

    small C compiler?

    heyho folks

    im in need of a very small C compiler for windows.
    even better would be a web based compiler, so no installation is required
    for compiling.

    i am using windows 98.

    thank you.

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    What is for you small? What about the libraries?
    Explain yourself what is small for you

    Or if you want, you can get a unix shell for free, telnet her, compile, see the results and than delete without loosing one byte of you own HD :P

  3. #3
    wutman
    Guest
    How about a 3 meg download and maybe 10 megs of disk space when unpacked? Try lcc-win32:

    www.google.com/search?q=lcc+win32

    first match should be it.

  4. #4
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214
    my problem, why i was posting this, is that i need to use a C compiler on
    a college machine using windows 98.
    i asked for the size because there is not much space left on the device.

    the main idea is that i need to execute the the compiled programs
    on that machine.
    so a unix shell would not be working. (i guess thats because of the libraries )

    well anyway thanks for your help!

  5. #5
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    Dude, but you can use a unix shell box under win98, just telnet the shell

  6. #6
    Registered User
    Join Date
    Feb 2003
    Posts
    12
    Putty is pretty good, but I don't remember the actual size of it. You can telnet it and it works better than the default Windows version.

  7. #7
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214
    well thanks for your replies.
    seems to me that there is no way around installing a compiler on
    the system.

    cu

  8. #8
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    http://www.comeaucomputing.com/tryitout/

    There was another one I found, but the bookmark's on another computer, and I don't remember what it was.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. lcc win32 compiler download problems
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 08-01-2004, 07:39 PM
  2. OpenScript2.0 Compiler
    By jverkoey in forum C++ Programming
    Replies: 3
    Last Post: 10-30-2003, 01:52 PM
  3. Compiler Design... Anyone That Can Help!
    By ComputerNerd888 in forum C++ Programming
    Replies: 3
    Last Post: 09-27-2003, 09:48 AM
  4. Comile problem using latest Dev C++ Compiler
    By shiny_dico_ball in forum C++ Programming
    Replies: 6
    Last Post: 06-06-2003, 05:32 PM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM