did u added
namespce std{} using namespce std;
below ur
#include <ftream>
???
--
(.) (.)
) . (
( * )
"...there are no stupid questions, only stupid people" ( Mr. Gerision)
Quote:
> Hi,
> I want to build a specialized class that can read a file. Therefore I
have
> a property of type ifstream:
> ifstream fin;
> When I try to compile I get this error, "'get' : 9 overloads have no legal
> conversion for 'this' pointer".
> How do I fix this?
> TIA,
> Tom