User profile: Whiplash17

User info
User name:Whiplash17
History
Joined:
Number of posts:10
Latest posts:

C++ Inline Assembly G++
I am working on a school project. I was given the code [code]int MemCmp( char* mem1, char* mem2, in...

Groups of 8 to groups of 6
Whoops! Didn't know there was more than one. Im looking for the "ABCabc+/" one!

Groups of 8 to groups of 6
[code]void groupSix(string str){ typedef std::bitset<8> eBytes; typedef std::bitset<6> sByte...

Groups of 8 to groups of 6
You guys helped me to a point. Im trying to write my own code in the stuff I know and all that. So I...

Groups of 8 to groups of 6
Does vector work like a stack in Java with push and pop?