1>c:\....\include\algorithm(1443): warning C4244: '=': conversion from 'int' to 'char', possible loss of data 1>c:\....\Filename.cpp(171): note: see reference to function template instantiation '_OutIt std::transform>>,std::_String_iterator>>,int(__cdecl *)(int)>(const _InIt,const _InIt,_OutIt,_Fn)' being compiled 1> with 1> [ 1> _OutIt=std::_String_iterator>>, 1> _Ty=char, 1> _InIt=std::_String_iterator>>, 1> _Fn=int (__cdecl *)(int) 1> ] 1>Generating Code...