S
sam.barker0
Hi,
How can I convert a unsigned char array1 which holds the ipaddress,
into a string
I am using a char array to insert the '.' between the bytes.
I am using a char array because then I can convert it into a string
string address(array);
but when i store it in this way when I store 192 in the char array it
stores "-65"
Is there function like getByAddress() in C++.I am used java,but
recently I changed to c++
BTW this is not some sort of homework.I am too old for that
How can I convert a unsigned char array1 which holds the ipaddress,
into a string
I am using a char array to insert the '.' between the bytes.
I am using a char array because then I can convert it into a string
string address(array);
but when i store it in this way when I store 192 in the char array it
stores "-65"
Is there function like getByAddress() in C++.I am used java,but
recently I changed to c++
BTW this is not some sort of homework.I am too old for that