Advertisement
Guest User

Untitled

a guest
Apr 16th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. class A {
  2. class {
  3. public:
  4. int value;
  5. (int _value) : value(_value) {}
  6. ~() {}
  7. } B;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement