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
阅读全文
摘要:一、安装vcpkg git clone https://github.com/microsoft/vcpkg bootstrap-vcpkg.bat 二、安装mingw64 https://sourceforge.net 上搜索mingw64,下载mingw-w64-install.exe安装x86
阅读全文

浙公网安备 33010602011771号