Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. class a
  6. {
  7. public:
  8. class b
  9. {
  10. public:
  11. void write()
  12. {
  13.  
  14. }
  15.  
  16. }form;
  17. };
  18.  
  19. int main()
  20. {
  21. a document;
  22. document.form.write();
  23. return 0;
  24. }
Add Comment
Please, Sign In to add comment