Learn faster and stay on-track by joining this free class with other self-learners.
|
Programming in CClass length: 8 weeks. Start anytime. Creator: kday Status: Established |
Join this class! |
Any advice on which simple compiler to use in Windows?I saw this page, but does anyone recommend one over another? Windows environment here. Thanks! I'm using a Mac, but if I was using Windows I'd install cygwin and use it to install gcc. Cygwin provides a simple point-and-click interface for installing Unix software on Windows (by emulating the lower levels of Linux and running the Unix software on top of that). Three benefits:
Thanks, Cygwin might be a little more than I want to bite into at the moment, but one day. Cheers! I've never used Cygwin, but I'll have to try it on my Windows laptop. I like Codeblocks - http://www.codeblocks.org/ Even though it is listed as a C++ IDE, you can use it for C programming, as well. I now have it installed on Windows and Linux on my Desktop. I will try Codeblocks, thanks! Hey, try using bloodshed, http://www.bloodshed.net/devcpp.html. it will automatically install gcc if you dont have it installed and provides a nice ide for c/c++ development. I will give it a shot, thanks! I use Codeblocks mingw setup, which includes the GCC compiler and GDB debugger (http://www.codeblocks.org/downloads/binaries). Second recommendation for this one, I will definitely give it a shot, thanks! I ended up installing MinGW from mingw.org. Thanks!
* Markdown Cheatsheet:
Link:
New Paragraph:
Main heading:
Sub-heading:
List:
Italics:
Bold:
YouTube:
|