Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. class B;
  2. class A {
  3. B b(this);
  4. };
  5.  
  6. class B {
  7. B(A* a) { }
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement