asmodeus94

podstawy

Sep 18th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.34 KB | None | 0 0
  1. #include<iostream>    // tutaj ladujemy biblioteki
  2. #include<cstdio>      // dyrektywa preprocesora
  3. using namespace std;  // uzycie przestrzeni nazw std
  4.  
  5. int main(){         // odpowiednik program
  6.     system("cls");  // clrscr;
  7.     cout<<"tekst\nasdf"<<endl<<"sss";
  8.    
  9.     getchar();      // readkey;
  10.     /*system("pause");*/// pauza
  11. }
Advertisement
Add Comment
Please, Sign In to add comment