Home | History | Annotate | Download | only in Chapter7

Lines Matching full:numstr

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