Guest User

Untitled

a guest
May 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class FooBar
  2. {
  3. public:
  4. FooBar() {
  5. std::cout << "bar";
  6. }
  7. ~FooBar() {
  8. std::cout << "foo";
  9. }
  10. }
Add Comment
Please, Sign In to add comment