按照这里的例子:http: //www.learncpp.com/cpp-tutorial/19-header-files/
关于add.h
和main.cpp
当我尝试编译 main.cc (我只是使用了另一个扩展)时,我得到以下信息:
/tmp/cckpbRW.o:main.cc:(.text+0x9d):undefined reference to 'add(int, int)' collect2: ld returned 1 exit status
我该如何解决这个问题?
谢谢。