Hi,
I want to hex_to_ascii converter function in C++ which takes care of special ascii character as well. For example, to convert "610062" into ascii. i know that std::string & push_back() can be used. Can std::string be casted to unsigned char* in these cases?
I want to hex_to_ascii converter function in C++ which takes care of special ascii character as well. For example, to convert "610062" into ascii. i know that std::string & push_back() can be used. Can std::string be casted to unsigned char* in these cases?