12 2019 档案

摘要:#include <stdio.h> int main() { int a=9, b = 0; char *p ; int tmp=0; if(1>0?0:0){ printf("1>0 1\n"); } else { printf("1>0 0\n"); // 1>0 0 } if(1>0?++t 阅读全文
posted @ 2019-12-17 10:36 yushimeng 阅读(182) 评论(0) 推荐(0)
摘要:C++ 改成C语言接口时,build遇到错误如下: /usr/bin/ld: objs/addon/src/KeepAliveNotify.o: undefined reference to symbol '_ZNKSs5c_strEv@@GLIBCXX_3.4'/usr/local/lib64/l 阅读全文
posted @ 2019-12-12 14:06 yushimeng 阅读(2809) 评论(0) 推荐(0)