Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //program testare constructori, modificat treptat
  2.  
  3.  
  4. using namespace std;
  5. #include <iostream>
  6. #include "intreg.h"
  7.  
  8. intreg k;
  9.  
  10. int main()
  11. {
  12. intreg x(3), y = 4, z;
  13. system("pause");
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement