Advertisement
Guest User

ssad

a guest
Nov 26th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1.  
  2.     if((soubor.open(adresa,std::ofstream::out)) == NULL){
  3.         cout << "File is not created." << endl;
  4.         exit(1);
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement