
C++库
本专栏保存工作中学习中曾经涉及到C++的库.发现有很多库,曾经查看过,研究过,使用过.但是过了一段时间后,发现几乎什么都不记得了.仅有一点使用过的残存印象.因此建立一个专栏,把这些库的搜集,研究和使用等相关内容做个记录.
零点零一
Make it right before you make it faster. Keep it right when you make it faster. Make it clear before you make it faster. Do not sacrifice clarity for small gains in efficiency. -- Brian Kernighan
展开
-
Remon Spekreijse CSerialPort用法
Remon Spekreijse CSerialPort用法 在程序中如果要用到多个串口,而且还要做很多复杂的处理,那么最好不用MSComm通讯控件,如果这时你还不愿意自己编写底层,就用这个类:CserialPort类。 作者是 Remon Spekreijse ,可在http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm转载 2020-10-10 10:50:44 · 407 阅读 · 0 评论 -
SOAP/XML 关于C/C++ 语言的实现-gSOAP简介教程例子-gSOAP下载页面
源下载链接地址: https://sourceforge.net/projects/gsoap2/files/oldreleases/ 截止2020-1-19本说明时候,是2.8.97的版本 工作的工程代码里面含有gsoap的代码,对应版本是2.8.22的搜集来查看一下。 gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的...原创 2020-01-19 10:22:30 · 686 阅读 · 0 评论