Skip to content

Instantly share code, notes, and snippets.

@mkoppanen
Created July 24, 2010 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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