Quote:
|
Originally Posted by wun
If you know C, you know C. The only differences between programming a computer with C and programming a robot are the functions you call and the libraries you include.
There are a whole load of great pages out there for learning C.
A couple good ones:
http://www.eskimo.com/~scs/cclass/
http://www.cprogramming.com/
And, of coarse, here!
If you are like me thou, and prefer a book (I actually posted a thread about this a while ago), a very good one is "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie. If you are totally new to programming, you may find it goes a little fast, but it is still a very good read.
|
Thanks for the links, but once I skimmed over the material, I saw that I already knew it from C++.
I was just wondering what the difference was between ANSI C and C that is used for Microsoft Visual Studio?