User profile: thexiv

User info
User name:thexiv
History
Joined:
Number of posts:12
Latest posts:

Input Output of 32 bit sizes in chars
[code]void Node::insert_leaf(bool HL, bool LR) { HiLo.push_back(HL); if (HiLo.size() >= outSize) {...

Input Output of 32 bit sizes in chars
4294967192*0 4294967245*0 4294967192*0 12*0 4294967236*0 51*0 24*0 4294967177*0 102*0 123*0 42949671...

Input Output of 32 bit sizes in chars
Okay, you're right on this, you almost nailed what I was looking for with the things you said there,...

Input Output of 32 bit sizes in chars
[code] char d; for (int x = 0 ; x < H.size(); ++x) { m++; long int b = H[x].to_ulong(); d =...

Input Output of 32 bit sizes in chars
I want to know how, if there's any reasonable way, to take a 32 bit int and turn it into a character...