是否有函数或公式将字符串“字母”转换为C ++中的十六进制

时间:2019-10-17 21:11:59

标签: c++ c++14

我尝试将字符串转换为ASCII 但无法将ASCII转换为十六进制

#include <stream>
#include <string>
using namespace std;
int main()
{
    string x="hello";
    string x_as_cii[10];
  for(int i=0;i<x.length();i++)
  {
      x_as_cii[i]= int(x[i]);
      cout<<x_as_cii[i]<<endl;
   }
return 0;


}

1 个答案:

答案 0 :(得分:0)

Boost.Algorithm具有 /** * Connect the server or disconnect * * @param event */ @FXML void connectServer(ActionEvent event) { (和反SimpleMessageStatus simpleMessageStatus = new SimpleMessageStatus().getJsonMessage(EntityUtils.toString(response.getEntity())); ),它可以完成您想要的操作。