岚天逸见

2022年4月25日 #

debug方式使用stl

摘要: -D_GLIBCXX_DEBUG 编译时,指定宏 _GLIBCXX_DEBUG 即以 Debug 方式使用 STL 库,效果如下: #include <string> #include <stdio.h> int main(int argc, char* argv[]) { std::string 阅读全文

posted @ 2022-04-25 11:39 岚天逸见 阅读(330) 评论(0) 推荐(0)

导航