#include #include #include int main() { float z,; clrscr(); textbackground(GREEN); textcolor(RED); //Тут меняем как надо. window(30,10,50,10); //Положение экрана! clrscr(); cout<<"Hello World!"; getch(); textbackground(BLACK); textcolor(LIGHTGRAY); //Все возвращаем обратно. По умолчанию так и есть. clrscr(); }