reference to pointerreference to pointer: [code]int func(char *&ptr) { if (something()) { ptr = new char[...
std::equal[quote] you are trying to compare unsigned char with char[/quote] I know for 100%, that vector conta...
std::equal1. [code]std::vector<unsigned char> vec; vec.resize(5, 0x61); std::string str = "aa"; if (std::e...
This user does not accept Private Messages