The object works well and outputs expected results. However what i need is : Calling or using this data type in some other custom functions
P.S Referred class above
public ref class MyDataType_Class // managed class
{
public:
int id;
String ^surnmame;
MyDataType_Class() : id(0),surname(""){}
}
Thanks a lot.
2
Contributors
1
Reply
32 Minutes
Discussion Span
1 Year Ago
Last Updated
2
Views
Related Article:How to use my data type in a function
is a solved C++ discussion thread by cangan that has 2 replies, was last updated 1 year ago and has been tagged with the keywords: class.