PDA

View Full Version : Learning to program in C



redfox1160
August 8th, 2010, 01:50 AM
Does anyone know of a good website to start learning modern C programming? Thanks.

Bachstelze
August 8th, 2010, 02:09 AM
If you are already familiar with the basic concepts of programming, the exercises in K&R should be enough to give you a working knowledge of C. If you aren't, you should probably start with a simpler language, such as Python, to familiarize yourself with the concepts without being hindered by the strong typing (well, stronger than Python, at least) and memory allocation details.

Iowan
August 8th, 2010, 02:17 AM
Moved to Programming Talk .

Bachstelze
August 8th, 2010, 02:19 AM
Right, I didn't see the other thread... Well, yeah, get K&R.

X.Cyclop
August 8th, 2010, 09:43 AM
C/C++ Tutorials (http://ubuntuforums.org/showthread.php?t=240266)