Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "Foo.h"
- //now if I was to do this: #include "Bar.h" here, would I need to change Something smh to Foo::Something smh in bar function?
- Something Foo::bar(){
- Something smh{1, 2}; // Foo::Something instead of Something if "Bar.h" is included?
- return smh;
- }
Advertisement
Add Comment
Please, Sign In to add comment