prpleprncs
Programmer
Is there anyway to print and array using:
sprintf(buffer, "%s",errMsg[z]);
m_tadslist.AddString(buffer);
At the moment, it throws an exception.
sprintf(buffer, "%s",errMsg[z]);
m_tadslist.AddString(buffer);
At the moment, it throws an exception.