15,447
社区成员




static defaultParameter(const char* msg, int count = strlen(msg))
{
}
static void defaultParameter(const char* msg)
{
defaultParameter( msg, strlen(msg);
}
static void defaultParameter(const char* msg, int count)
{
//imp go here
}