摘要: 函数指针是指指向函数而非指向对象的指针。像其他指针一样,函数指针也指向某个特定的类型。函数类型由其返回类型以及形参表确定,而与函数名无关: // pf points to function returning bool that takes two const string references b 阅读全文
posted @ 2016-03-02 18:26 _No.47 阅读(1731) 评论(0) 推荐(0)