Skip to content

Instantly share code, notes, and snippets.

@mkoppanen
Created July 24, 2010 22:12
Show Gist options
  • Save mkoppanen/489026 to your computer and use it in GitHub Desktop.
Save mkoppanen/489026 to your computer and use it in GitHub Desktop.
class FooBar
{
public:
FooBar() {
std::cout << "bar";
}
~FooBar() {
std::cout << "foo";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment