Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. Object
  2. {
  3.     void SomeFunction();
  4.     Object* myObject;
  5. }
  6.  
  7. void Object::SomeFunction()
  8. {
  9.     myObject = this;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement