for_each algorThank you, you solved my problem. I just lost my patience in debug.
for_each algorMy compiler 's version is 4.4. It's pretty old. Can you provide me fast track to build C++11 environ...
for_each algorI think I have to take time to learn some C++11 feature
for_each algor[code]for (std::vector<char>::iterator i = myBuffer.begin(); i != myBuffer.end(); ++i) ...
generate list of random numbers without dup[code]#ifndef DICE_H_ #define DICE_H_ #include <vector> #include <algorithm> #include <numeric> usin...
This user does not accept Private Messages