關於函數指針的問題(10分)

  • 主题发起人 主题发起人 Abel.ra
  • 开始时间 开始时间
A

Abel.ra

Unregistered / Unconfirmed
GUEST, unregistred user!
type
pfun_o = function(para_o : String) : Boolean
//fun_o
pfun_t = function(para_t : Integer) : Integer
//fun_t
var
fun_op : pfun_o
//fun_op 指向fun_o
fun_tp : pfun_t
//fun_tp 指向fun_t
此時,我調用fun_o的話, fun_op内的地址會不會為空?不調用fun_t的話,fun_tp是不是為空?
 
还没有赋值,调用会失败。
 
没赋值,肯定是空,运行就出错
 
收到

謝謝二位
 
后退
顶部