有读者知道吗?
// assuming that `original_string` is of type `std:string`: std::string dest = std::string( number_of_zeros,'0').append( original_string);