Guest User

Untitled

a guest
Jan 26th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.36 KB | None | 0 0
  1. #include "he.h";
  2. #include "iostream";
  3. using namespace std;
  4. int main()
  5. {
  6.     tan tan;
  7.     jesus jesus;
  8.     cin >> tan.type;
  9.     cout << tan.type;
  10.  
  11.  
  12.     return 0;
  13. }
  14. -------------------------------------------
  15.                      - he.h -
  16. #pragma once
  17. class tan
  18. {
  19. public:
  20.     int type;
  21. };
  22.  
  23. class jesus:tan
  24. {
  25. public:
  26.     if (tan::type == 0)
  27.     {
  28.         int holy;
  29.     }
  30. };
Advertisement
Add Comment
Please, Sign In to add comment