摘要: 参考github代码 阅读全文
posted @ 2018-09-14 11:49 一小白 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 首先,建两个文件List.h和List.cpp,List.h为接口文件,List.cpp实现其接口功能 , 代码如下: List.h List.cpp __declspec( dllexport )的作用为不用导入库文件,就可以在外部直接调用其后的函数功能。 例如:加入建一个test.cpp文件,导 阅读全文
posted @ 2018-09-14 11:01 一小白 阅读(9002) 评论(0) 推荐(0) 编辑
摘要: /******************************************************************* Copyright(c) 2018, htfeng All rights reserved. *******************************************************************/ //=========... 阅读全文
posted @ 2018-09-14 10:01 一小白 阅读(130) 评论(0) 推荐(0) 编辑