Hi
i need to know about mapping c and C# types
in C if it int* it ref int in c#
how to get int**,int*** ?
and what is the equivalent type in c for double?
Thanks
Guruparan G
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 27, 2012, 1:53 AM
Did you get an answer to the queston of how to get a pointer to a pointer and such? The following shows how.
{}VulpesPosted Feb 25, 2012, 2:51 PM