将#include<iostream.h>改成了#include <iostream>
再加上了一句 using namespace std;
(VC6还是用#include "iostream.h",#include <iostream>的写法适合后期的VS版本,因为遵循C语言标准)
将#include<iostream.h>改成了#include <iostream>
再加上了一句 using namespace std;
(VC6还是用#include "iostream.h",#include <iostream>的写法适合后期的VS版本,因为遵循C语言标准)
相关文章: