Hello all,
I am writing a backup tool in c++ and created a project using the win32 app option.
For some reason it will not allow me to use strings even though I have included the string class, it reports the following error;
error C2065: 'string' : undeclared identifier
does anyone know why this is?, and can it be fixed and if so how?
Thanks
I am writing a backup tool in c++ and created a project using the win32 app option.
For some reason it will not allow me to use strings even though I have included the string class, it reports the following error;
error C2065: 'string' : undeclared identifier
does anyone know why this is?, and can it be fixed and if so how?
Thanks
Comment