Hi,
i am using the CString array to hold some values...
Is it right to do this..
CString t[]=new CString[];
But i am getting errors...
Please help...
i am using the CString array to hold some values...
Is it right to do this..
CString t[]=new CString[];
But i am getting errors...
Please help...
Comment