#include <stdio.h> #include <conio.h> main() { int i; textbackground(0);
clrscr(); for(i=1; i<8; i++) { window(10+i*5, 5+i, 30+i*5, 15+i);
textbackground(i);
clrscr(); } getch();
[此贴子已经被作者于2004-05-15 21:39:02编辑过]
非常感谢!
我还想问一下在窗口下可不可以做所有在全屏下可以做的事情;
比如:能不能做窗口下的俄罗斯方块