Xunhao Zhang

Results 6 comments of Xunhao Zhang

``` #include #include #include #include int main() { std::vector roster1{ "abc", "def", "ghi" }; std::list roster2{ "abc", "def", "ghi" }; // Two C-style strings, compare the pointer (addresses of the...

嘻嘻嘻嘻

可以运行一下,看看结果

> c风格的字符串是不能直接比较的,它只是个地址而已呀 可以运行一下,看看结果

具体我也没想明白

@Gibtnix may be[ Add RSSDK 2.0 (librealsense2) grabber](https://github.com/PointCloudLibrary/pcl/pull/2214) can slove your problem. If you don't want to use PCL:realsense2gabber in your code, you can rewrite `rs-pcl` which is a Intel...