Parsing NMEA sentences c++

前端 未结 0 414
Happy的楠姐
Happy的楠姐 2021-02-04 05:31

I understand that you can check if certain characters exist in a string using this code:

if (s1.find(s2) != std::string::npos) {
std::cout << "found!&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题