Loading

C++Primer第15章:文本查询程序再探

定义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-07 17:08  modao  阅读(58)  评论(0编辑  收藏  举报