Top C Programming Resources for Practice and Development

Click For Summary

Discussion Overview

The discussion centers around resources and tools for practicing C programming, including recommendations for compilers and integrated development environments (IDEs). Participants share their experiences and suggest various options for creating, compiling, and running C programs.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested

Main Points Raised

  • One participant seeks websites for obtaining necessary files to create and run C programs, expressing a need for practice beyond textbooks.
  • Another participant recommends Pacific C as a free download for simple programming tasks and suggests using Google to find other compilers.
  • A different participant advises Windows users to download Cygwin, which includes gcc and mingw, and suggests DevC++ as an IDE option.
  • One participant encourages using a Linux distribution, mentioning that it comes with programming tools and can run from a CD without installation.
  • Another participant shares their experience with Microsoft Visual Studios (Visual C++), noting that it includes an IDE and compilers suitable for C programming despite its name suggesting a focus on C++.

Areas of Agreement / Disagreement

Participants present multiple competing views on the best tools and environments for C programming, with no consensus reached on a single preferred option.

Contextual Notes

Some suggestions depend on the operating system being used, and participants have different preferences for IDEs and compilers, which may affect their recommendations.

Who May Find This Useful

Individuals seeking to practice C programming, particularly those looking for tools and resources to compile and run C code effectively.

Benny
Messages
577
Reaction score
0
Hi, does anyone know of any websites which I can access to obtain the necessary files for me to able to create, compile and run C programs? I really need some programming practice and reading my textbook won't be enough. So any help would be much appreciated.
 
Last edited:
Physics news on Phys.org
I've used Pacific C in the past for simple stuff, and it's available as a free download:

http://www.htsoft.com/products/PACIFICc.php

BTW, to find that previous pointer, I googled pacific c free download, and got lots of related hits for other compilers. Maybe try that google to see if any of the others interest you.
 
Last edited by a moderator:
If you're running Windows, my advice is to download Cygwin. The default install includes both gcc and mingw.

If you're interested in an integrated development environment, I suggest DevC++.

- Warren
 
Thanks for the suggestions guys.
 
Get a linux distribution! Full of programming stuff like that. You don't even really have to re-install your system if you want -- you could get a Linux distribution that boots off a cd (google for Knoppix)! Compiling and running C code is part of the OS!

---------------------------------------------------------------------
"If I have seen further than others, it is by standing on the shoulders of giants."

http://www.surgecurrent.com
 
Not sure if you are still looking, but I encountered the exact same issue not long ago. I did my research and ended up going with Microsoft Visual Studios (or Visual C++) it includes everything you need, the IDE and compilers and everything. I know the name says Visual C++ but it is not limited to C++ programming, it works great for C as well (which is what I'm programming in).
 

Similar threads

Replies
65
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K