Joined: Nov 2009
Posts: 174
Thanks:
0
To all the programmers out there, Ive decided to take up learning the C programming language more so out of a common interest than for school or a job. Im currently using a Mac and I downloaded Xcode which seems to be the most recommended compiler for using C on the mac but the download package is over 10 gigs. Are there any other options out there or am I stuck with this behemoth on my poor little macbook air?
Joined: Mar 2008
Posts: 1,533
Thanks:
0
Despite the number of programmers, this really isn't a programming community. You will probably get better answers posting a question like that on Stack Overflow or some such site.
Edited: 2011-07-06, 7:21 am
Joined: Feb 2008
Posts: 1,322
Thanks:
0
I don't know what you plan on making, but if you're just starting out, you can do fine by using any text editor and gcc, which comes pre-installed.
Save your helloworld.c, open up terminal, do
gcc -o hello helloworld.c
./hello
to compile your file into a file called "hello" and then run it.
But, if you already know how to program, and you need to move onto bigger and better things, then looking at an IDE like xcode might be a good idea.. but I think it's a bit overkill for just learning to program.
Joined: Aug 2010
Posts: 206
Thanks:
0
Programmers FTW I started studying japanese b4 i wanted to be a programmer tho but i love doing both
Joined: Nov 2008
Posts: 68
Thanks:
0
Lol, I'm a developer / programmer too.
Although I only know one programmer-girl who learned Japanese, many other programmers I know do love watching anime and are somehow interested in learning Japanese but they don't. Where as non-programmer friends don't like japanese tinted stuff.
Joined: Sep 2008
Posts: 1,674
Thanks:
1
I don't want to become a programmer as such but I want to be able to program! I was right into it when I was about 14/15 though I had no instruction/good books to self-study with and I got nowhere and it fizzled out.
Still, after seeing the epic win that programming brings through the good community here at RTK It's inspired me to want to learn the art.
Joined: Aug 2009
Posts: 36
Thanks:
0
Just a quick question by the way. I would prefer to be a game programmer specifically in the future, so which language(s) do you all think I should dedicate to?
Joined: Mar 2008
Posts: 1,533
Thanks:
0
Games for which platform?
PC - C/C++
Android - Java
iPhone - ... What does IOS use? Objective-C or something?
Web (Facebook) - Python, PHP or Ruby.
Web (HTML5) - Javascript