Reputation: 225
How to handle datatype conflicts? For Example. in C# there is a data type called String which is absent in C.
How to return multiple values from C or C++ to C# after the call.
If I use user defined data types how to handle that in both the languages without conflicts?
Upvotes: 1
Views: 164
Reputation: 26
This blog should solve all your doubts and concerns http://blogs.msdn.com/b/borisj/archive/2006/09/28/769708.aspx
Upvotes: 1