3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

c compilier

where can i get a free c compilier because ive been using djggp and its has a limited source bytes i want unlimited source bytes

7 comments
sort by: active | newest | oldest
Jan 14, 2008. 8:27 PMgmoon says:
I guess you need the compiler for windows (as you're using djgpp.)There's always the GPL way (you can use the whole suite of languages in the GCC compiler collection.)

-- MinGW
-- Cygwin

MinGW is the more lightweight of the two (smaller footprint.)

Cygwin is pretty cool--it's a complete port of a Linux-type environment. Even an X Windows server! You can compile a lot of X windows apps without changes... Or run the X app remotely, but have the GUI on your own computer (networked GUIs are integral to X Windows, as so many people were using Unix on a mainframe, but working on terminals...)

You didn't mention if you're programming for GUIs or just shell. If it's a native Windows GUI app, it's a bit harder with these, but it can be done...

Shell progs are simple to make in either. There's a zen to the shell programming environment approach, too-- using Make, etc...
Jan 16, 2008. 1:24 PMzachninme says:
GCC FTW!!! :P I pity the fool who can't run GCC on his Windows box :P
Jan 14, 2008. 10:32 PMtrebuchet03 says:
I second Cygwin - that's what was recommended when I took my first university course on programming - and I've used it in almost every other course that required some form of programming (the other class required I use a specific suite that could link up with a lego rcx brick).
Jan 14, 2008. 5:37 PMBrennn10 says:
You're an old school C man! I am a ++ guy. I use the free C++ express edition for C++. One of my friend's uses the Watcom compiler for C. I don't know about unlimited source bytes, but I heard it was a decent compiler.
Jan 15, 2008. 12:12 AMwestfw says:
How about installing Processing? As I understand it, that's a sort of simplified C environment that includes gcc, without making you jump through the sort of hoops you'd otherwise have to to get gcc working. (I haven't actually tried it myself, but it's little brother is the arduino environment, which I found pretty neat.)
Jan 14, 2008. 5:54 PMGoodhart says:
I kind of like C# myself ;-)

There should be a few in this link to Download.com

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!