摘要:
一 函数指针1 函数类型 函数的类型由它的返回值类型,和形参类型共通过决定,与函数名无关。 eg:bool lengthcompare(const string&, const string&); 该函数的类型是bool (c... 阅读全文
posted @ 2015-02-28 15:57 talenth 阅读(165) 评论(0) 推荐(0)
|
|
|
|
摘要:
一 函数指针1 函数类型 函数的类型由它的返回值类型,和形参类型共通过决定,与函数名无关。 eg:bool lengthcompare(const string&, const string&); 该函数的类型是bool (c... 阅读全文
posted @ 2015-02-28 15:57 talenth 阅读(165) 评论(0) 推荐(0) |
|