Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <bitset>
  2.  
  3. for (unsigned i = 0; i < liczba_slow_kodowych; i++)
  4. {
  5. SlowaKodowe[i] = std::bitset<dlugosc_czesci_informacyjnej>(i).to_string();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement