Attribute Parser

  • + 0 comments

    pos=tag_preamble.find("."+tag); if (pos==string::npos) tag_preamble=""; else tag_preamble=tag_preamble.substr(0,pos);

    can anyone explains what this piece of code do actually im new to c++