为什么我用visual studio 2008无法include<algorithm.h>? 5
展开全部
你是编写C++程序吗?
如果是的话,在最前边添加两个定义:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
然后再试试。
就是这样:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#include<iostream.h>
#include<algorithm.h>
或者:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#include<iostream>
#include<algorithm>
using namespace std;
试试这样可以不
如果是的话,在最前边添加两个定义:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
然后再试试。
就是这样:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#include<iostream.h>
#include<algorithm.h>
或者:
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#include<iostream>
#include<algorithm>
using namespace std;
试试这样可以不
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询