Thread
:
Modifying .CPP files
View Single Post
#
3
13-02-2009, 15:23
byteit101
WPILib maintainer (WPI)
AKA: Patrick Plenefisch
no team (The Cat Attack (Formerly))
Team Role: Programmer
Join Date: Jan 2009
Rookie Year: 2009
Location: Worcester
Posts: 699
Re: Modifying .CPP files
I would create a class like such:
Code:
class OurRobotDrive:private RobotDrive { public: void ourFunction(int speed) { ... } }
and you can still have the other functions!
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot:
while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
byteit101
View Public Profile
Find all posts by byteit101
Find CD-Media Photos by byteit101
Find CD-Media Papers by byteit101