Adm1n_0v3rride

clrscr();.cpp

Jan 25th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdio>
  3. #include <cstdlib>
  4. #include <conio.h>
  5.  
  6. using namespace std;
  7.  
  8. int main() {
  9.    
  10.     cout << "Sup" << endl;
  11.     system("PAUSE");
  12.     clrscr();
  13.     cout << "Hello" << endl;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment