The subject says it all, really. I have some binary data which I want to seperate into various short, int, etc values. I was trying to do something with std::vector<unsigned char> but haven't had any ...