Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJake Nisenboim
3,374 PointsWhere to learn C ?
Hi,
I am wanting and needing to learn the C programming language .
I wonder where the best or suggested places to learn are ?
Lynda.com? Wibit.net?
Thanks a lot!
2 Answers
Gavin Ralston
28,770 PointsCS50 is probably one of the best tutorials ever for starting out with C. The lectures and the additional videos are great.
It somehow manages to give you a fairly thorough introduction to C and computer science in general without either being a "don't worry about the compiler, it's magic, we'll teach more later" patronizing course, nor is it a "i had to learn it through arcane man pages and searching through newsgroups and listservs, and you better too" hard knocks class. Which is generally how almost all other free C tutorials are polarized. :)
james white
78,399 PointsSome other ideas:
Stanford C language programming lectures list:
https://www.youtube.com/playlist?list=PLD28639E2FFC4B86A
MIT Open Courseware Practical C course:
A little more updated C/C++ course:
Udemy's C language beginners course:
Jake Nisenboim
3,374 PointsJake Nisenboim
3,374 PointsI had no idea CS50 taught C ! Thank you sir ! I got myself a trial of Lynda.com and checking out their C tutorial as well. I appreciate the help !