C Programming
#include
#include
void main()
{
textbackground(BLUE);
textcolor(GREEN);
clrscr();
gotoxy(1,1);
cprintf("the massage:");
gotoxy(1,2);
textcolor(RED);
cprintf("the name of myu is a busy bee");
gotoxy(1,3);
textcolor(WHITE);
cprintf("the name of myu is a busy bee");
void far settextstyle(TRIPLEX_FONT ,HORIZ_DIR , 10);
outtext("hhhhhhhhhhhhhh");
getch();
}
0 comments:
Post a Comment