Tremulous Forum

Mods => Modding Center => Topic started by: cactusfrog on May 11, 2009, 07:54:54 am

Title: learning C where do i start
Post by: cactusfrog on May 11, 2009, 07:54:54 am
I want to learn how to code in C. Where do i start? How did you learn C?
Title: Re: learning C where do i start
Post by: gimhael on May 11, 2009, 08:48:00 am
Do you have any programming experience in other languages ?
Title: Re: learning C where do i start
Post by: Amanieu on May 11, 2009, 09:06:03 am
http://www.cprogramming.com/tutorial.html
Title: Re: learning C where do i start
Post by: n@p on May 11, 2009, 12:17:48 pm
Find and read Kernighan & Ritchie's Bible, and uh. . . why C not C++?
Title: Re: learning C where do i start
Post by: gimhael on May 11, 2009, 01:01:12 pm
Maybe he wants to stay sane.
Title: Re: learning C where do i start
Post by: cactusfrog on May 11, 2009, 03:39:39 pm
because i think qvm's are writen in C
Title: Re: learning C where do i start
Post by: David on May 11, 2009, 05:39:51 pm
QVM's are in C, as is all of tremulous.  C++ is (mostly) a superset of C so learning C first is probably easier.
And it's hard to learn, impossible if you try to learn with tremulous or any other equally convoluted and complex codebase.
Title: Re: learning C where do i start
Post by: n@p on May 14, 2009, 08:50:13 am
Well I suppose... (oh not idk, I was taught C deliberately...) llook for a person who'll spend his/her time explaining the basics to you. Reading books you'll know most of the stuff, but you 're likely to know more learning on others' mistakes ;)
Title: Re: learning C where do i start
Post by: cactusfrog on May 15, 2009, 03:27:55 am
ok thanks all start learning when i am not to lazy.