摘要:
Thread[] threads = new Thread[10]; // define array, which canonly be used to // storeSystem.Threading.Thread type threads[i] = t; // here, t must beSystem.Threading.Thread type 阅读全文
posted @ 2009-10-04 16:40
greencolor
阅读(151)
评论(0)
推荐(0)
摘要:
public Account(int initial) -------- here has int { balance = initial; } static void Main() { Account acc = new Account(1000); ------ herehas not int ... } 阅读全文
posted @ 2009-10-04 16:22
greencolor
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号