I want to learn C++... Anyone have any ideas?
Hello everyone! I would like to learn C++, but I don't know where to get some kind of starter kit online, with the compiler, a microcontroller, and instructions on how to use C++ with the microcontroller. Anyone have any idea where to get a kit such as this? If so, please leave a comment.
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
Thanks!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
You may want to check out the Arduino (http://www.arduino.cc/). It is an open source item, so you can download the programming environment and try it out before you buy. I have read that it is based on C, so it might be a start...
(Let me know how it goes if you give it a try)
Regards,
Mike
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
http://www.macs.hw.ac.uk/~rjp/Coursewww/
regards peter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm new to the propeller!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
--DFaust
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Max Wooden
Reedley, California
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I prefer DEV-C. http://www.bloodshed.net/devcpp.html
It's similar·to GCC, which is the same C flavor used on the free·AVR microcontroller programming language found at avrfreaks.net.· It's also used for programming in LINUX (and other UNIX flavors)
You can find it in a "protect the programmer from details" manner of·the solution called "Arduino".· It is a·microcontroller board that is·basically a "C-Stamp" for lack of a shorter description, apologies to Parallax).
There is also a DOS C compiler named DJGPP that could get you started.
A little googling will even find C language books online.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.