会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Zc粉
博客园
首页
新随笔
联系
管理
订阅
2016年11月29日
c++ 用freopen简单的重定向,再也不怕debug了~
摘要: #define debug //去掉此句话,重定向部分失效 #include #include using namespace std; int main() { #ifdef debug freopen("D:\\in.txt","r",stdin); //从in.txt文件输入 freopen("CON","r",stdin); //从控制台读入 fr...
阅读全文
posted @ 2016-11-29 00:36 TomJarry
阅读(2778)
评论(0)
推荐(0)
编辑
公告