C > Code Snippets
Move text in DOS
Move text in DOS #include
#include
int main(void) { clrscr(); printf("Here is some text we will move.\n"); printf("Press key to move the text.\n"); getch(); /*parameters are left,top,right,bottom,destleft,desttop*/ movetext(1,1,30,1,1,20); return 0; }
C Codes
Beginners
C on Unix
Code Snippets
Data Structures
File Operations
Games Graphics
Gnu-Linux
Hardware
Mathematics
Miscellaneous
Small Programs
Sorting