如题,怎样提取含有空格的16进制字符串?例如:“34 54 DIST FFFF3CB0 1388 17D 28D 291 295 292 299 29A 29A 299 29A 298 297 2A0 2B3 2C9 2D3 2E4 2F4 30B 3DE 3E3 3D”
1. 怎样提取DIST及其之后的数据?
2. 怎样提取某一个数据如 17D?
1.http://www.cnblogs.com/MikeZhang/archive/2012/03/24/MySplitFunCPP.html
2.c++ 16进制到10进制转换 http://outofmemory.cn/code-snippet/2213/c-16-jinzhi-come-10-jinzhizhuanhuan