摘要: #include "stdafx.h"#include "lib.h" //这里不能用<>只能用“” #pragma comment(lib,"lib.lib"); int main(int argc, char* argv[]){ int x=plus(1,2); printf("Hello Wo 阅读全文
posted @ 2016-10-30 22:58 zhuh102 阅读(367) 评论(0) 推荐(0)