|
Re: How To Implement Axis Camera In Iterative Robot
Quote:
Originally Posted by Radical Pi
constructors are public
|
not always, but at least one is usually available: the copy constructor (which is used here)
.net has quite a few classes that don't have public constructors (like Graphics)
__________________
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
|