摘要: boost安装:https://www.cnblogs.com/sea-stream/p/10205425.html 在vs中添加 阅读全文
posted @ 2019-01-01 19:14 anobscureretreat 阅读(470) 评论(0) 推荐(0)
摘要: 在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。 问题详细解释:致命错误C1010,在寻找预编译指示头文件时,文件未预期结束。就是没有找到预编译指示信息的问文件。 顾名思义就 阅读全文
posted @ 2019-01-01 18:53 anobscureretreat 阅读(1110) 评论(0) 推荐(0)
摘要: 在编写头文件时,遇到这么一个warning:PCH Warning: header stop cannot be in a macro or #if block. An intellisense PCH file was not generated. 查询后大概原因是这样: 如果一个头文件在你的工程 阅读全文
posted @ 2019-01-01 18:45 anobscureretreat 阅读(886) 评论(0) 推荐(0)
摘要: 1.下载包 目录结构: 切换到上面的目录,然后运行 执行完毕后会生成两个exe文件 继续执行 结束后,目录如下 2.设置路径 测试 #include "stdafx.h"#include <boost\version.hpp>#include <boost\config.hpp>#include < 阅读全文
posted @ 2019-01-01 18:11 anobscureretreat 阅读(504) 评论(0) 推荐(0)
摘要: 1.下载去“boost”下载最新版 boost 库 https://sourceforge.net/projects/boost/ 2.安装解压之后,进入cmd控制台,运行 booststrap.bat 文件,运行完毕后会出现 bjam.exe 和 b2.exe 两个文件,继续运行 bjam.exe 阅读全文
posted @ 2019-01-01 14:56 anobscureretreat 阅读(293) 评论(0) 推荐(0)