|
Re: .out file not building!
Quote:
Originally Posted by tomy
if i remember right you are missing a brace here
Code:
class RobotDemo : public SimpleRobot
{
RobotDrive myRobot; // robot drive system
RJoystick leftstick; // only joystick
RJoystick rightstick;
ZomBDashboard zomb;
Jaguar winch_motor;
Compressor compressor;
}
|
negative ghostrider. If that were an issue, we would of gotten a compiler error.
Last edited by Rosemount2606 : 20-02-2011 at 14:41.
|