- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 Qt新手问题 Error:Could not decode "xxx.cpp" with "System"-encoding.Editing not possible. 最终解决方案
当我们打开Qt项目文件时,尤其是打开从其他IDE复制过来的源文件,常会出现Error:Could not decode "xxx.cpp" with "System"-encoding.Editing not possible. 解决方法: 1、我们先选择GBK等编码,点击按编码重新载入,这样文件就可以编辑了 2、菜单栏点Edit(编辑)->Select En
2016-12-14 11:18:58 7613
转载 __ATTRIBUTE__ 你知多少?
GNU C 的一大特色就是__attribute__ 机制。__attribute__ 可以设置函数属性(Function Attribute )、变量属性(Variable Attribute )和类型属性(Type Attribute )。 __attribute__ 书写特征是:__attribute__ 前后都有两个下划线,并切后面会紧跟一对原括弧,括弧里面是相应的__attri
2016-12-13 16:47:32 404
转载 C和C++混合编程(extern C 和__cplusplus使用)
第一种理解 比如说你用C++开发了一个DLL库,为了能够让C语言也能够调用你的DLL输出(Export)的函数,你需要用extern "C"来强制编译器不要修改你的 函数名。 通常,在C语言的头文件中经常可以看到类似下面这种形式的代码: #ifdef __cplusplus extern "C" { #endif /**** some declaration
2016-12-13 16:44:01 238
uPyCraft_V1.0.exe
2019-12-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人