Until recently most of my programming knowledge has been self-taught (I am proficient in Java and Python.) However, I would like to learn more low level languages, like C (I'm not even considering learning assembly yet).
I learned a little bit of C when I took an intro to programing class last year. While it did help me learn best practices, I didn't retain much. The course was designed for non-CS majors and others who were new to programming. We didn't get into anything advanced. The book (C++ programming : from problem analysis to program design, 3rd Edition by D.S. Malik) was outdated, and read more like a reference book than a teaching tool. I Remember the syntax, but not much else.
So, I'm looking for C tutorials which meet the following criteria:
- Assumes the reader knows some basic programming concepts. (no hand-holding: this is what variables, loops, and functions do)
- Starts with simple concepts, working into intermediate or advanced ones.
- Written as a tutorial, not as a reference
- States and explains lanuage-spefic best practices throughout
- Is available in a portable electronic format (anything that can be read on an Android 2.2 powered phone)
My short-term goal is to learn to develop GNU/Linux desktop applications. So, I would also need sites or books which cover POSIX development concepts, the parts and features of the GNU toolchain, how to use them, and GTK+. I know that the Anjuta DevStudio handles a lot of this for you (and I will probably end up using it), but I would prefer to know how it all works :)
Thanks in advance.