随笔分类 -  C/C++

摘要:#include <iostream> #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <unistd.h> using namespace std; int main() { // 1. // struct 阅读全文
posted @ 2020-11-08 10:17 辛梓
摘要:1. https://github.com/google/googletest/releases 2. 配置Google Test项目 1)【解决方案】下右键,新建【GoogleTest项目】(Win32 Project) 2) 解压gtest-1.7.0后,复制文件夹到【GoogleTest项目】 阅读全文
posted @ 2017-07-23 17:33 辛梓 阅读(362) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/Shirlies/p/4282182.html 1. 打开文件 阅读全文
posted @ 2017-04-03 18:55 辛梓 阅读(179) 评论(0) 推荐(0)