注册 登录
编程论坛 C++教室

看you can do it 的出的问题。

sjshuang 发布于 2009-10-15 15:08, 464 次点击
请教问题,在看 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盘,是不是缺少什么文件?
3 回复
#2
sjshuang2009-10-15 18:10
是不是还需要给点别的信息?
#3
sjshuang2009-10-16 09:14
木有人吗?
#4
sjshuang2009-10-16 19:03
痛苦啊,第一次学就这多毛病
1