access elements of a void *?

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-06-08T19:29:54Z Indexed on 2010/06/08 19:32 UTC
Read the original article Hit count: 288

Filed under:
|

I have a void pointer and want to access elements from it. How could I transform a void * into an unsigned byte pointer so I can access its elements (which I know are actually unsigned bytes). Thanks

Using C++

© Stack Overflow or respective owner

Related posts about c++

Related posts about c