C++
skyyws
Apache Impala Committer,目前从事OLAP方向。
展开
-
gdb打印vector(亲测有效)
本文主要介绍了如何在GDB中打印vector容器原创 2020-11-26 15:52:35 · 11564 阅读 · 1 评论 -
VS Code编译file not found问题
最近在使用visual studio code的时候,编写c++代码,往往需要引入第三方的头文件,如下所示:#include "rapidjson/document.h"#include "rapidjson/writer.h"#include "rapidjson/stringbuffer.h"// 省略余下代码但是如果这些头文件的路径不在默认的搜索路径中(/usr/includ...原创 2019-04-28 22:27:17 · 12341 阅读 · 0 评论