摘要: 1.函数 1.1函数地址 【以double simple(int,int);为例】 下面三种均可表示函数地址 simple &simple *&simple 1.2函数调用 //注意,调用时是实参 调用方式:函数地址(实际参数表) 【以double simple(int,int);为例】 simpl 阅读全文
posted @ 2019-07-21 20:48 AN_drew 阅读(959) 评论(1) 推荐(2)