Hi,
I have problem related to MFC(.Net 2008) regarding SDI application. In which forum i have to post my qestion?
User Profile
Collapse
-
How to delete multidimesional array in Visual C++ .Net 2008?
Hello,
I have Class name as MyClass and created multidimesional array of object.
Example is given below.
// clr_array.cpp
// compile with: /clr
ref class MyClass {};
int main() {
array<MyClass ^> ^ MyArray = gcnew array<MyClass ^>(100);
}
I have problem, how can delete this array of objects.? -
How to delete multidimesional array in Visual C++ .Net 2008?
Hello,
I have Class name as MyClass and created multidimesional array of object.
Example is given below.
// clr_array.cpp
// compile with: /clr
ref class MyClass {};
int main() {
array<MyClass ^> ^ MyArray = gcnew array<MyClass ^>(100);
}
I have problem, how can delete this array of objects.? -
How to delete multidimesional array in Visual C++ .Net 2008?
Hello,
I have Class name as MyClass and created multidimesional array of object.
Example is given below.
// clr_array.cpp
// compile with: /clr
ref class MyClass {};
int main() {
array<MyClass ^> ^ MyArray = gcnew array<MyClass ^>(100);
}
I have problem, how to delete this array of objects.?
No activity results to display
Show More