我尝试将字符串转换为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;
}
答案 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()));
),它可以完成您想要的操作。