overwrite some bytes using ofstreamHi, I want to overwrite some bytes of a file, for example [code] ofstream ofs("aa.txt", ios::bi...
generate random int using c++0x Thanks.
generate random int using c++0x [code]#include <random> int main() { mt19937 rng1; // default_random_engine rng2; uniform_i...
extending std::basic_string::appendit seems hard to do it perfect, I'm gonna use the force conversion.. Thanks.
extending std::basic_string::appendhi, theranga, there's plenty of unsigned strings, so I would have to write (uchar*) everywhere, so ...
This user does not accept Private Messages