Hi,
How can I convert a CString to char ?
I have a editbox (m_editbox CString) to receive a data for exemple "ABC123". I would like to put this data into a array. But the array accept only char.
ex.:
UpdateData(TRUE);
char tc[] = m_editbox;
Is it correct ?
Best regards
How can I convert a CString to char ?
I have a editbox (m_editbox CString) to receive a data for exemple "ABC123". I would like to put this data into a array. But the array accept only char.
ex.:
UpdateData(TRUE);
char tc[] = m_editbox;
Is it correct ?
Best regards