Loading

C++Primer第12章:文本查询程序

定义QueryResult

//
// Created by modao on 2021/1/6.
//

#ifndef TEXT_QUERY_QUERYRESULT_H
#define TEXT_QUERY_QUERYRESULT_H

std::string make_plural(size_t ctr, const std::string &word, const std::string ending)
posted @ 2021-01-06 17:58  modao  阅读(27)  评论(0)    收藏  举报