2016年4月23日

很好的c++和Python混合编程文章

摘要: c++中嵌入python入门1 本人是用vc2003+python2.5学习的,其它的也应该差不了多少 0. 坏境设置把Python的include/libs目录分别加到vc的include/lib directories中去。另外,由于python没有提供debug lib,体地说,就是没有提供p 阅读全文

posted @ 2016-04-23 09:16 Earvin 阅读(35874) 评论(1) 推荐(2) 编辑

libcurl网络连接使用tcp/ip

摘要: CURL *curl; CURLcode res; const char *request = "GETas.xxxxE测试发送"; curl_socket_t sockfd; /* socket */ long sockextr; size_t iolen; curl = curl_easy_in 阅读全文

posted @ 2016-04-23 08:32 Earvin 阅读(4076) 评论(0) 推荐(0) 编辑

导航