Guest User

Untitled

a guest
Jan 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. char16_t code;
  2.  
  3. ..... // some operating ensure the variable 'code' keep a value
  4.  
  5. for (auto rbegin = reinterpret_cast<char*>(&code + 1), rend = reinterpret_cast<char*>(&code); rbegin != rend;)
  6. fout.put(*(--rbegin));
Add Comment
Please, Sign In to add comment