Menu

What is the usage of tinystr.cpp?

2005-06-15
2013-05-20
  • johnniewood

    johnniewood - 2005-06-15

    tinystr.cpp, tinyxml.cpp, tinyxmlerror.cpp, tinyxmlparser.cpp   have been included into my project.
    But there appear 2 errors about overload.
    1) bool TiXmlString::operator == (const char* compare) const {...}
    2) void TiXmlString::append( const char* str, size_t len ){...}
    I do not know why.
    Sorry for bothering you all.
    If available, plz help me!

    John

     
    • johnniewood

      johnniewood - 2005-06-15

      These 2 errors happened in tinystr.cpp.

       
    • Yves Berquin

      Yves Berquin - 2005-06-15

      John,
      The TiXmlString class and tinystr.cpp only need to be used if you don't want to use STL (std::string etc ...).
      For more explanations, see the "Features" chapter in the online documentation on
      http://www.grinninglizard.com/tinyxmldocs/index.html

       
    • johnniewood

      johnniewood - 2005-07-11

      Thank you so much!
      Now the problem has been solved.

       

Log in to post a comment.