I am having problems with a large array of a data structure. I am trying to eliminate this error. I don't know how to use the malloc() function? Any help would be great.
Microsoft C++ exception: std::invalid_argument at memory location 0x0020F538.
struct SE70_ParameterListType
{
int SE70_ParNum;
string SE70_Items[64];
};