Guest User

Untitled

a guest
Mar 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void func(System::String^ str1, std::string& str2);
  2.  
  3. System::String^ str1 = gcnew System::String("whatever");
  4. std::string str2;
  5. func(str1, str2);
Add Comment
Please, Sign In to add comment