C Programming
Posted on December 27th, 2009
Programming in C is one of my favorite skills to use when the opportunity presents itself. Robotics applications are commonly solved through C programs. I have at least ten books on the programming language of C alone. I have taken multiple programming classes in college attributing to the examples listed here. I will be covering several introductory skills, mostly intermediate concepts, and some advanced topics.
Topics I would like to address with C:
C basics, control flow, loops, functions, arguments, mathematics, binary math, characters and strings, advanced data types, memory, etc. Advanced Topics that I want to explore: Matrix operations, Image manipulation, encryption, internet applications, and avoiding memory leaks.
The first article in this series will be finished before January of 2010. During the first three months of the new year, I will be programming extensively in C and Labview. Expect many additions or revisions to existing articles.
Please give me your feedback in comments. If you are learning the material or if you are interested in exploring other topics, please let me know, I would like to help. My goal for this section is to solidify over five years worth of C projects that I have personally worked on. With some examples to other applications.