Posts: 34
Threads: 15
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
I'm about to start C Programming with TESC in April but don't know where to get a compiler. I tried google but I can't find a place that says "This is what you need to compile C programs". Anyone know where to get one that's easy to use?
College Mathematics: 59 | Humanities: 58 | College Comp Modular: 58 | Intro. to Psychology: 65 | Public Speaking: 61/X | College Algebra: 63 | Technical Writing: 56 | Astronomy: 62 | Intro. to Computing: 462 | Macroeconomics: 59 | Microeconomics: 64 | Money & Banking: 52 | Marketing: 59 | Calculus: 47 | A&I Lit: 64
•
Posts: 303
Threads: 19
Likes Received: 1 in 1 posts
Likes Given: 0
Joined: Apr 2011
You didnt mention what OS your using.
But GNU!! available for every platform you can think of.
GCC, the GNU Compiler Collection - GNU Project - Free Software Foundation (FSF)
for windows you need to probably get cygwin,
Cygwin
comes with most linux distributions.
for mac osx you need the xcode, download from apple.. i think its $5.
Get yourself a good but free text editor to write code in, start with something like notepad++
DSST- General Anthropology - 52, Intro to Computer - 469, Technical Writing - 54, DSST Ethics in America - 59 (1996),
CLEP- Sociology -54, College Math - 550(1996), CLEP Principles of Management - 60 (1996)
Aleks Beg Alg,
•
Posts: 34
Threads: 15
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Aug 2011
I have Windows 7 64 bit. Thanks for the suggestions. I'll try Cygwin
College Mathematics: 59 | Humanities: 58 | College Comp Modular: 58 | Intro. to Psychology: 65 | Public Speaking: 61/X | College Algebra: 63 | Technical Writing: 56 | Astronomy: 62 | Intro. to Computing: 462 | Macroeconomics: 59 | Microeconomics: 64 | Money & Banking: 52 | Marketing: 59 | Calculus: 47 | A&I Lit: 64
•
Posts: 82
Threads: 8
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2010
Since your using Windows you can also grab a copy of visual studio express for free from Microsoft.
Visual C++ 2010 Express | Microsoft Visual Studio
•