Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Foo
- {
- public:
- Foo() {}
- ~Foo() {}
- };
- // Without access specifiers (indentation stays the same)
- class Foo
- {
- Foo() {}
- ~Foo() {}
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement