Why does it gives me... this
1>.\Source2.cpp(28) : error C3861: 'lower': identifier not found
1>.\Source2.cpp(28) : error C3861: 'upper': identifier not found
1>.\Source2.cpp(33) : error C2365: 'lower' : redefinition; previous definition was 'formerly unknown identifier'
1>.\Source2.cpp(39) : error C2365: 'upper' : redefinition; previous definition was 'formerly unknown identifier'
and this
\Source2.cpp(18) : error C2664: 'std::basic_ifstream<_Elem,_Traits>::basic_ifstrea m(const char *,std::ios_base:penmode,int)' : cannot convert parameter 1 from 'std::string' to 'const char *'



LinkBack URL
About LinkBacks
penmode,int)' : cannot convert parameter 1 from 'std::string' to 'const char *' 


