Guest User

Untitled

a guest
Oct 6th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include "Foo.h"
  2. //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?
  3.  
  4. Something Foo::bar(){
  5. Something smh{1, 2}; // Foo::Something instead of Something if "Bar.h" is included?
  6. return smh;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment