i really hate gotoxy it makes my nose bleed.
how many rows and colums there in gotoxy?
i make a program that will output the all ascii code
Heres the code:
int a;
clrscr();
for(a=1;a!=255;a++)
printf("the value of %d is %c",a,a);
//
My problem is how can i use gotoxy here?
i want all the ascii code will appear on screen in colum,not pressing down the cursor to view all the ascii code.
hope u can help me tomorrow is our exam i need to understand this one.
thanks a lot.
2007-01-30
19:11:09
·
2 answers
·
asked by
dxterz
1
in
Computers & Internet
➔ Programming & Design