Hi,
I am new to C++ .Net and currently running into a problem of type conversion.
I have a unsigned char __gc[] and I need to convert it into a char[]. How do I do that
Thanks for your help!
Feng
Visual C++ Language
Hi,
I am new to C++ .Net and currently running into a problem of type conversion.
I have a unsigned char __gc[] and I need to convert it into a char[]. How do I do that
Thanks for your help!
Feng
Thank you so much Jiang for the links. The "method number 2" of your sencond link solved my problem.
Really appreciate your help!
Feng
Thanks Alex for your help. The solution you recommended makes a lot of sense. It's just my ignorance on C++ that I didn't make it work before finding another way arround.
Feng