تبدیل سریع char به hex

 


 std::stringstream ss;
ss << std::hex << (int)m_network_buffer[0];
 std::cout << ss.str()<< std::endl;