Quote:
Originally posted by Matt Krass
...Also, all you should need to learn is the syntax structure. Anything beyond that would be wasted as the RCs use a different architecture altogether.
|
I think we've all forgotten about this point (including me). Dev-C++ won't help us when we need to program the robot, LCC won't help us if we need to fix a programming error in 5 mins. flat.
The only compiler AFAIK that I know of that will help is the one that Microchip has. Others will just through out an error, due to the fact that the keywords are different (in C18, you don't have void main(...){ ... }, you have [some new type] main(...){...})
If you look at the docs, I think that a starting program is given.