Society of Robots - Robot Forum
Software => Software => Topic started by: the jeenyus on May 11, 2009, 01:39:24 PM
-
Hello I want to learn how to program in C/C++, and know a little bit about console programming in C++. I made the $50 Robot and downloaded multiple files of source code, trying to learn from it. I can follow the flow of the programs, but If I had to write my own I might not include everything I need, and I might not be able to follow more advanced syntax. Could you direct me to resources that can teach me about programming in C or C++ for robotics applications? Thank you in advance.
-
Take a look at some books that people may suggest on programming AVR's in C, there are many out there, just take a look-see on Amazon for them.
-
I'm a big fan of learning by doing. You can find a lot of C code out there and change little bits of it and see if it still works. Then you can start writing your own code using other people's code as a base. There are also a ridiculous amount of tutorials on the net, google and you can find them!