Click here to Skip to main content
15,902,275 members

Comments by Mahesh Vanama (Top 1 by date)

Mahesh Vanama 29-May-19 1:32am View    
I've something like this too.
#define IDS_ERR 30

Now I've this name of the macro in CString.
CString temp = "IDS_ERR";
How can i get to 30 from 'temp'?