Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. for(const auto t : buffer) {
  2.     std::cout << std::bitset<8>(t) << " ";
  3. }
  4. std::cout << std::endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement