09 2021 档案

摘要:安装工具链 sudo apt install llvm lldb clang 程序编译及调试 clang -g main.c #编译时加上-g生成调试信息 lldb #启动调试器file a.out #指定编译的文件l 20 #list:查看第20行源代码,按enter键可一直向下看l main.c 阅读全文
posted @ 2021-09-08 14:26 松山居士 阅读(731) 评论(0) 推荐(0)
摘要:一、安装vcpkg git clone https://github.com/microsoft/vcpkg bootstrap-vcpkg.bat 二、安装mingw64 https://sourceforge.net 上搜索mingw64,下载mingw-w64-install.exe安装x86 阅读全文
posted @ 2021-09-06 22:13 松山居士 阅读(1676) 评论(0) 推荐(0)