hi,
is there any way to convert unsigned char to int* on the fly?
like this
unsigned char c = 0x05;
int *a = &(int) c;
this code give me "Must take address of a memory location" error
any ideas?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 14 of 14
Thread: integer pointer conversionThreaded View
|
Click Here to Expand Forum to Full Width |