Advertisement
Bruce314

class2.cpp

Nov 17th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include "class2.hpp"
  2.  
  3. int Test::test(C* x,int y)
  4. {
  5.   return x->CMethod(y);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement