Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace aa {
- // <-
- void foo(); // <- This is a declaration scope for foo
- // <-
- }
- void foo::a(){
- cout << "pwned noob"; // <- This is the definition
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement