对,recursive,an example

void dumpcall(int a)
(
if (a=0) { return;}
}
else dumpcall(a-1)

)

所有跟帖: 

opps, a bug! who can poit it out? LOL -newfaith- 给 newfaith 发送悄悄话 (0 bytes) () 08/01/2006 postreply 09:28:00

多了个}和 应该用 "==" -不同层次- 给 不同层次 发送悄悄话 (216 bytes) () 08/01/2006 postreply 09:34:13

WOW,惭愧,居然有两个bugs -newfaith- 给 newfaith 发送悄悄话 (0 bytes) () 08/01/2006 postreply 09:36:04

第一次现丑,就被老大你逮住了. LOL -newfaith- 给 newfaith 发送悄悄话 (0 bytes) () 08/01/2006 postreply 10:22:14

请您先登陆,再发跟帖!