View Single Post
  #1   Spotlight this post!  
Unread 06-02-2017, 16:35
dr8giblekri dr8giblekri is offline
Registered User
FRC #5920
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2016
Location: Palouse, WA
Posts: 9
dr8giblekri is an unknown quantity at this point
Post C++ programming help

so, Ive searched and searched and cant find anything about an error im having (I'm probably not searching in the right places or using the right keywords). the error says:


undefined reference to `vtable for Robot'


it occurs in two places:
here: class Robot: public SampleRobot
and then at the end closing bracket from when i define the encoders.

any help is appreciated .
Reply With Quote