PDA

View Full Version : How to learn C


gsnedders
06-11-2004, 11:45 PM
What is the best way to learn C, if you need to know, I currently know XHTML, CSS, some PHP and some BASIC.

Jason
06-12-2004, 12:39 AM
trial and error I guess, just use some references. C is pretty simple, though its not like any of the languages you have there.

Jason

whackaxe
06-12-2004, 09:49 AM
though its not like any of the languages you have there.

PHP is written in C and does ressemble it to an extent (at the very least they are both high level languages)

i woumd suggest you learn C++ personaly. i had a great book (C++ for dummies by S.davis) wich included a cd with compiler and source examples. problem was that it was to extensive, but now coming back to it after having learnt the basics its actually much better. anyways i wouls suggest this link: http://www.cplusplus.com/doc/tutorial/

gsnedders
06-12-2004, 01:45 PM
PHP is written in C and does ressemble it to an extent (at the very least they are both high level languages)

I knew it ressembled it to an extent, and thanks for the link ;)