1. array<float>^ to float[] conversion
xxx wrote: > Hi all, i'm new in visual c++ and i'm having troubles converting types. > Let me explain: i have an unmanaged c++ function that wants an float* > parameter but i have an array<float>^, how i can covert it? > the following code doesn't show up any error during compile time but > crashes at runtime telling "unrecognized or unsupported array type": > > array<float>^ vals = gcnew array<float>(dimension); > pin_ptr<float>ss=&vals[0]; > unmanaged_function(ss); > > TIA ops, substitute float* with float[] (a native array)
2. array<float>^ to float* conversion
3. IBM float to IEEE float conversion
4. Float to int conversion by using two int variables for representation of the float variable
5. Problem with float to int conversion by using two int variables for representing the float number
6. Problem with float to int conversion by using two int variables for representing the float number
7. Problem with float to int conversion by using two int variables for representing the float number
8. Problem with float to int conversion by using two int variables for representing the float number