新手请教下 重定向问题!!!
文件名为/*echo.c#include<stdio.h>
int main(void)
{
char=ch;
while((ch=getchar()!=EOF)
putchar(ch);
return 0;
}
刚学习到重定向不懂请各位指教下 谢谢!!
2010-10-14 23:27
2010-10-14 23:48

2010-10-15 11:05
2010-10-15 12:29