User profile: gasse1985
User info |
User name: | gasse1985 |
History |
Joined: | |
Number of posts: | 4 |
Latest posts: |
Conversion problem ok was my fault here,
[code]unsigned int a1 = strtoul(("1"+result.substr(0, 1)).c_str(), NULL, 16);...
Conversion problem [code] int address = 57856;
int i=0;
stringstream ss4;
ss4 << hex << address;
string result = ss4....
Conversion problem
Thanks Catfish!
i know... but in my case
[code]unsigned char Wris[] = {0x8b, a1, a2, a3, a4, 0x10,...
Conversion problem hi all,
I need to convert an integer to hex. for example 30>>>1E,
but my problem is that i want th...
|
This user does not accept Private Messages