I appreciate any help ........I treid many solution it did not work!
aTree.AddString(L"barak");
//this is working 100%
when I tried to do this :
char *p;
p = new char[500];
//read the value of p from file one line at a time
aTree.AddString(p);//not working