Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. template <class T>
  2. void arraySort<T>::print() {//Correct.
  3.  
  4. system("cls");
  5. for(int i = 0; i < 75; i++){
  6. gotoxy(x, y);
  7. cout << '*';
  8. //Sleep(10);
  9. }
  10. Sleep(10);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement