目录一、前言二、Shell 条件判断的四种语法格式1. 使用test命令2. 使用[ ](中括号)3. 使用[[ ]](双中括号)—— 推荐使用4. 使用(( ))(双小括号)—— 数值计算专用三、常用条件判断类型1.
I\'d like to pass a method of a class as callback to a WinAPI function. Is this possible and if yes, how?