#include
场景:#include <stdexcept>该如何解决
#include <stdexcept>
在网上下了一个MFC的MD5类. 在CPP文件中出现错误fatal error C1083: Cannot open include file: 'stdexcept': No such file or directory
序如下.请帮忙看看,为什么找不到这个标准库
#include "StdAfx.h"
#include "md5.h"
#include <stdio.h>
#include <conio.h>
#include <stdexcept>
using namespace std;
------解决方案--------------------
搜索stdexcept并指定头文件搜索路径
#include <stdexcept>
在网上下了一个MFC的MD5类. 在CPP文件中出现错误fatal error C1083: Cannot open include file: 'stdexcept': No such file or directory
序如下.请帮忙看看,为什么找不到这个标准库
#include "StdAfx.h"
#include "md5.h"
#include <stdio.h>
#include <conio.h>
#include <stdexcept>
using namespace std;
------解决方案--------------------
搜索stdexcept并指定头文件搜索路径