摘要: 1.玩转Google开源C++单元测试框架Google Test系列(gtest)之一 - 初识gtest 2.玩转Google开源C++单元测试框架Google Test系列(gtest)之二 - 断言 3.玩转Google开源C++单元测试框架Google Test系列(gtest)之三 - 事 阅读全文
posted @ 2016-05-24 20:01 小 楼 一 夜 听 春 雨 阅读(453) 评论(0) 推荐(0)
摘要: from http://ty1992.blog.51cto.com/7098269/1685880 gethostname() : 返回本地主机的标准主机名。 原型如下: #include <unistd.h> int gethostname(char *name, size_t len); 参数说 阅读全文
posted @ 2016-05-24 19:56 小 楼 一 夜 听 春 雨 阅读(25707) 评论(0) 推荐(0)