Advertisement
zielo

Untitled

Mar 27th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. class test_container
  2. {
  3.     public:
  4.         int odczytaj()
  5.         {
  6.             return calk;
  7.         }
  8.         void wczytaj(int z)
  9.         {
  10.             calk = z;
  11.         }
  12.     private:
  13.         int calk;
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement