摘要: 转:https://blog.csdn.net/hao5335156/article/details/80282829 参考:https://blog.csdn.net/u012707739/article/details/77899880 c++调用自己编写的静态库(通过eclipse)1.ecl 阅读全文
posted @ 2020-02-12 20:11 m0w3n 阅读(880) 评论(0) 推荐(0)
摘要: 转:https://blog.csdn.net/iteye_20658/article/details/82650699 1.动态库: 一、创建动态链接库1、创建工程new->project->c++ project选择Shared Library->Empty Project.输入工程名a,点击f 阅读全文
posted @ 2020-02-12 20:07 m0w3n 阅读(1537) 评论(0) 推荐(0)
摘要: 转:https://www.cnblogs.com/skyofbitbit/p/3701592.html#top 1. 下载jre,eclipse,cdt 其中jre是java运行环境,eclipse需要先装jre,才可能运行,cdt是在eclipse中运行c\c++程序的插件。 下载jre 网址是 阅读全文
posted @ 2020-02-12 17:02 m0w3n 阅读(828) 评论(0) 推荐(0)
摘要: test3.c #include <stdio.h> #include <cpptest/cpptest.h> int test(int argc,char **argv); int main(int argc,char **argv) { test(argc,argv); return 0; } 阅读全文
posted @ 2020-02-12 16:06 m0w3n 阅读(230) 评论(0) 推荐(0)
摘要: 转:https://blog.csdn.net/h_8410435/article/details/86303995 查看内存使用情况 df -lh Filesystem Size Used Avail Use% Mounted onudev 3.9G 0 3.9G 0% /devtmpfs 789 阅读全文
posted @ 2020-02-12 14:41 m0w3n 阅读(16406) 评论(0) 推荐(0)