|
Re: Team 67 C++ Example Code
Dave,
I noticed many teams using this format:
->
For instance, something like
Joystick->Set(0)
Can you also use a period:
Joystick.Set(0)
Several websites suggest the two are interchangeable when using classes and objects.
|