| Jefferson |
23-01-2015 09:19 |
Re: C++ iterative programming
Quote:
Originally Posted by dcherba
(Post 1432602)
We have been unable to get a simple iterative program to run on this years controller.
|
Post your code here so we can take a look.
Have you watched the output (Riolog) while it starts up? Code may be crashing, and it will sometimes give helpful info.
Quote:
Originally Posted by dcherba
(Post 1432602)
Also the template does not have a constructor or de-structor class when loaded so wondering how people are dealing with creating instances of classes.
|
I don't ever remember having a constructor for an iterative robot. Things I would normally put in a constructor get put in RobotInit().
|