| 作者: Witton Bell
| 1398 字
| 3 分钟
最近在尝试使用Visual Studio 2022远程连接Linux进行C/C++的开发,由于CentOS风波不断,所以现在的开发基本 ……
阅读全文
| 作者: Witton Bell
| 1043 字
| 3 分钟
VSCode已经具有远程开发的能力,可以使用SSH连接到Linux/MacOS进行远程开发,包括编译与调试,只需要安装R ……
阅读全文
| 作者: Witton Bell
| 3597 字
| 8 分钟
笔者前面写了两篇关于Visual Studio 2022使用MinGW的博文:《 Visual Studio 2022使用MinGW来编译调试C/C++程序》、 ……
阅读全文
| 作者: Witton Bell
| 403 字
| 1 分钟
今天在使用Clang编译器编译项目时出现问题,项目使用了CMake,在cmake时报错: 1-- Detecting C compiler ABI info - failed 2/usr/bin/ld: crtbegin.o: No such file: No such file ……
阅读全文
| 作者: Witton Bell
| 976 字
| 2 分钟
我们在编写C/C++代码时,如果在有较高性能需求的时候,可以使用汇编代码来编写相应的函数,C/C++直接调用即可。汇编的 ……
阅读全文
| 作者: Witton Bell
| 2528 字
| 6 分钟
在Cent OS 6.X中要安装Clang 8.0必须要使用GCC 4.8及以上版本才能编译,但系统自带的是4.4.7版本的,看了 ……
阅读全文
| 作者: Witton Bell
| 1000 字
| 2 分钟
一、下载LLVM/Clang源码 从http://releases.llvm.org/download.html下载LLV ……
阅读全文
| 作者: Witton Bell
| 5312 字
| 11 分钟
一、集成clang-cl编译器 clang-cl是兼容微软cl的模式,它支持微软cl编译器的绝大多数编译选项,目前还有部分 ……
阅读全文