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.