Closed patelsoham78 closed 2 years ago
I think it would be the best just to use std::string ?
std::string make_plural(size_t ctr, const std::string& word, const std::string& ending = "s")
It is a bad habit to use
using namespace std;
I think it would be the best just to use std::string ?
std::string make_plural(size_t ctr, const std::string& word, const std::string& ending = "s")
It is a bad habit to use
using namespace std;