char *bin;
bin = newchar [210];
if(strlen(bin)!=210)
{
//I used debug to detect the strlen(bin),it's 224. Not 210
MessageBox (NULL,L"error!!",L"error!!",NULL);
};
i think you are lucky, 'cause when i try to do something similar i get an access violation runtime error.
if you're sure you don't want to initialize the array, try this: