I do some C++ disassembling with IDA Pro. But I often see lines likes these.
call __ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc ;std::operator<<<std::char_traits<char>>(std::basic_ostream<char,std::char_traits<char>> &,char const*)
What are these glyphs about? Why does the C++ function look so complex? And how can I simplify my ASM. Thanks in advance.