看you can do it 的出的问题。
请教问题,在看 you can do it (c++入门)第一章出的问题,使用MinGw编译
#include"playpen.h"
#include<iostream>
int main(){
fgw::playpen blank;
std::cout << "please press the 'enter' key";
std::cin.get();
}
提示出错
错误信息如下
#include"playpen.h"
#include<iostream>
int main(){
fgw::playpen blank;
std::cout << "please press the 'enter' key";
std::cin.get();
}
我的MinGw是装在D盘,是不是缺少什么文件?