stoneharry

Untitled

Jun 17th, 2012
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1.     std::stringstream stream;  
  2.         for(int i = 0; i < 20; i++)
  3.     {
  4.         stream << hashed_session_key[i];
  5.     }
  6.         std::string printable(stream.str());
  7.  
  8.     int n = (int)printable.data();
Advertisement
Add Comment
Please, Sign In to add comment