14
1
2739
1.struct成員默認訪問方式是public,而 class默認訪問方式是private! 2.exit函數(shù)終止程序執(zhí)行會調(diào)用析構(gòu)函數(shù) ,ab...