You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a german system and therefore "," is used as decimal separator. In this case std::stod expects "," as decimal separator, but the dbc file uses always ".".
Therefore a different approach for converting doubles has to be used