المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Passing pointers 'round and 'round?



C# Programming
12-10-2009, 04:19 AM
If I have a c++ app that gets a pointer to a c++ char, will I be able to read that value into a C# char from the address from the c++ app? Or are they incompatible?