摘要:
继续上次的接着写,还有一种常见的错误,也是undefined reference to symbol XXX,但是底下会加上一句:note: 'XXX' is defined in DSO xxx.so so try adding it to the linker command line,当然,这 阅读全文
摘要:
在C++中,using与typedef这两个关键词是大家用的比较多的,using关键词用的最多的是using namespace的搭配如using namespace std;而typedef用来设为某个类型设置一个别名,如typedef unsigned long long uint64;不过,可 阅读全文