I need a help frm u all!
is there any functions that helps to clear 50 % of the cosole screen?
i give
for (i=0;i<25;i++)
cout<<"sample line<<endl;
So this code prints 25 lines.
i need to clear screen half of the screen.
i.e it shld clear the line numbers 25 till 15.
system("cls");
clears the full screen,
regards,
ootsoo



Help
Back to top








