Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. std::string text1 = "hello";
  2. std::string text2 = "world";
  3.  
  4. const char *texto[] = {
  5. "Texto1: " std::text1,
  6. "Texto2: " std::text2
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement