解决ubuntu系统cannot find -lc++abi: No such file or directory 2024年2月23日 | 作者: Witton Bell | Linux/LLVM/Clang/C/C++ | 403 字 | 1 分钟 随着CentOS的没落,使用ubuntu的越来越多,而且国外貌似也比较流行使用ubuntu,像LLVM/Clang就有专 …… 阅读全文
GDB直观调试STL 2019年11月21日 | 作者: Witton Bell | Linux/Windows | 1529 字 | 4 分钟 在Linux项目开发过程中使用命令行GDB进行C++程序STL调试时,会发现输出的内容很杂乱,真正有用的信息比较难找。 可 …… 阅读全文