Guest User

Untitled

a guest
Jan 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class A; //forward declaration
  2. class C
  3. {
  4. A* a;
  5. };
  6.  
  7. #ifndef MyHeader_h
  8. #define MyHeader_h
  9.  
  10. // my definitions here
  11.  
  12. #endif // MyHeader_h
Add Comment
Please, Sign In to add comment