C++ 6.0字节数组使用stl或者vector怎么实现过滤和添加浮点数呢?
vector<float> vec; vec.push_back(浮点数); ...
你描述的有问题。。。
用stl中的filter来过滤