2011年10月20日

摘要: c++codetestmain() { char streven[10] = "abcdef"; char strood[10] = "1234567"; char strone[10] = "1"; char strtwo[10] = "12"; printf("stri... 阅读全文
posted @ 2011-10-20 17:08 suomeng 阅读(51) 评论(0) 推荐(0)
 
摘要: 1: void f1() { 2: try { 3: // ... 4: f2(); 5: } catch (const some_exception& e) { 6: // ... 7: } 8: ... 阅读全文
posted @ 2011-10-20 16:59 suomeng 阅读(80) 评论(0) 推荐(0)