User profile: aj3423

User info
User name:aj3423
History
Joined:
Number of posts:65
Latest posts:

overwrite some bytes using ofstream
Hi, 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::append
it seems hard to do it perfect, I'm gonna use the force conversion.. Thanks.

extending std::basic_string::append
hi, theranga, there's plenty of unsigned strings, so I would have to write (uchar*) everywhere, so ...

This user does not accept Private Messages

User: aj3423

  • Public profile