Guest User

Untitled

a guest
Dec 4th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. int len = mystring->size();
  2.  
  3. Foo foo = new Foo();
  4.  
  5. Foo& foo = *new Foo();
  6.  
  7. std::shared_ptr<Foo> foo = std::make_shared<Foo>();
Add Comment
Please, Sign In to add comment