g++ -c test.cpp -o test.o
readelf -sW test.o
junior@ubuntu:~/cplus c++filt ZNK7ComplexplERKS
Complex::operator+(Complex const&) const
g++ -c test.cpp -o test.o
readelf -sW test.o
junior@ubuntu:~/cplus c++filt ZNK7ComplexplERKS
Complex::operator+(Complex const&) const
本文标题:C++重载运算符在.o文件中的符号
本文链接:https://www.haomeiwen.com/subject/cmrioftx.html
网友评论