Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:NumStr

76     std::string NumStr;
78 NumStr += LastChar;
82 NumVal = strtod(NumStr.c_str(), 0);