开发者

How to link a library file under C++?

I am trying to use a open source library under C++.

The README file states that

Y开发者_C百科ou need to link your program with `svm.cpp'.

I am wondering how to link my program with svm.cpp? Do I need to modify the make file to make this happen?


Compile svm.cpp with not linking, will result svn.o object file, use it object file with your program linking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜