2015年5月12日

the enum hack

摘要: 一个枚举类型的数值可权充int被利用class GamePlayer{ enum { NumTurns = 5}; ... int scores[NumTurns];} 阅读全文

posted @ 2015-05-12 15:35 pengyu2003 阅读(183) 评论(0) 推荐(0) 编辑

导航