Hello,
I got a problem, I can't convert char* or CString to fixed char[]
using VC++, I try many books, but find only this, for example:
#define MAX_ME 100
char szString[MAX_ME];
I want to move from string or char to fixed char[] and add fixed lenght
for char, but not successed, somebody know...