View Single Post
  #1   Spotlight this post!  
Unread 28-06-2016, 19:36
CB313 CB313 is offline
Registered User
FRC #0313
 
Join Date: Jun 2016
Location: Westland, Michigan
Posts: 4
CB313 is an unknown quantity at this point
C++ NetworkTable code error

I'm getting an error in my code
Code:
cannot convert 'std::shared_ptr<NetworkTable>' to 'NetworkTable*' in assignment
Can someone help me explain what this means? I'm rather new to coding, and I don't understand what i did wrong. I copied the code from the FRC Network Tables page (Here) And the line
Code:
	table = NetworkTable::GetTable("datatable");
is the only one with an error. If it's any help, the whole code is here.
Reply With Quote