Δομή προγράμματος (2)
#define ESC 0x1b; /*Define ESC key */
void main () {
char ch;
clrscr(); /* Clear Screen */
printf(“1. Copy file\n”);
printf(“2. Rename file\n”);
printf(“3. Delete file\n\n”);
do {
gotoxy(1, 5); printf(“ “);
gotoxy(1, 5); printf(“Enter your choice: “);
ch = getche();
Previous slide
Next slide
Back to first slide
View graphic version