CString::GetLength()char:
char buffer[61] = "How long am I?";
   int  len;
   len = strlen( buffer );