Guest User

Untitled

a guest
Nov 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include "A.h++"
  2.  
  3. #include "B.h++" // include definition of B
  4.  
  5. void A::f() {
  6. b->f(); // needs definition of B
  7. }
Add Comment
Please, Sign In to add comment