[讨论]现在学Dos编程有用吗?
请问:现在已经是Windows的时代了,还学那些cout,cin有用吗?Windows编程不都是MessageBox吗?那学Dos编程有用吗?
2007-09-23 19:10

2007-09-23 21:32
2007-09-24 10:38
那现在学习一些什么:
#include <iostream.h>
{
int a,b;
a=0;
b=a+1;
cout <<"b is "<<b;
}
有用?
什么时候我才可以编写出来像word,瑞星那样的程序?
天呀!!!

2007-09-24 11:45
2007-09-24 12:59




2007-09-24 14:34
2007-09-25 11:48
学习C++和DOS没多大关系吧

2007-09-25 14:07
2007-09-27 12:21