Ask HN: What are some good resources for re-learning the basics of programming
I have been programming for a while now, but not in a traditional way. I have done some Objective-C, Java, HTML, etc., but I never really started with a good book on C.
Can you recommend any books or resources that start from the basics of C, to good core concepts that an experienced programmer should know?
Comments
C is not the place to look for good core concepts. I recommend http://ocw.mit.edu/courses/electrical-engineering-and-comput... instead.
This is excellent:
http://www.neebo.com/Textbook/the-c-programming-languageb978...