Hey guys, I was wondering is there a C Language Program I can program in, preferably a free one that can compile and run and everything. Right now I'm forced to use my school's network, which isn't a huge problem, but I'd like to have an offline standalone one. Any suggestions? Thanks in advance.
What you want is a C compiler. If you want it for free there is
Visual C++ Express Edition from Microsoft (will require you to register at Microsoft site)
GNU Compiler Collection (GCC), which for Windows can be acquired with the MinGW package (totally free)
It is highly probable that in case of Visual Studio you'll need a SDK from Microsoft (this includes system header files)
Name:
anonymous2008-01-27 14:51
Dont forget Cygwin. Throughout most of uni, cloned copied of Borlands Turbo C did us along with that new fangled DJPP or whatever it was for protected mode stuff. Yup - this fag is a grey haired bearded one. I don't own any fecking sandals!
Ah...So glad BGI died - it was almost as big a piece of crap as GDI.
Also maybe you'd be better learning a more forgiving language, C (compilers) have the problem of giving pretty vague error messages which can be VERY fucking annoying. Maybe look at C++, if you definately want to use something like C.