|
Re: Using C++ vs LabVIEW?
Do teams use lots of pointers in FRC code? Lists, trees, and other data structures held together with pointers are not common. Object instances held in a static global or passed around as parameters are common, but those can be references if you would like. I think the answer is, you will use pointers some, but you do not need to use them in complicated ways to be successful in FRC.
Greg McKaskle
|