- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/nanomsg/cppnanomsg
- 官方下载: https://github.com/nanomsg/cppnanomsg
软件介绍
cppnanomsg 是 nanomsg 的 C++ 实现版本。
构建方法:
- git clone git@github.com:250bpm/cppnanomsg.git
- cd cppnanomsg
- mkdir build
- cd build
- cmake ..
- make
- make test
- sudo make install
Code Complete
Steve McConnell / Microsoft Press / 2004-6-19 / GBP 40.99
在线阅读本书 Widely considered one of the best practical guides to programming, Steve McConnells original CODE COMPLETE has been helping developers write better software for more than a decade. Now......一起来看看 《Code Complete》 这本书的介绍吧!
