Guest User

Untitled

a guest
Jan 4th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void clreol()
  2. {
  3. int x, y;
  4. x = wherex();
  5. y = wherey();
  6. gotoxy(x,y);
  7. for (int i =x; i<=79; i++)
  8. cout << " ";
  9. gotoxy(x, y);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment