Believe in your own future, will thank yourself right now Sinner Yun

Sinner_Yun

2014年2月5日

联合枚举

摘要: //union //联合体中的成员变量共用的是同一块内存 //union Unit //{ // char ch[9]; // short a; // int amount; // float price; // long number; //}; // // ////struct Goods{ / 阅读全文

posted @ 2014-02-05 21:27 Sinner_Yun 阅读(238) 评论(0) 推荐(0) 编辑

导航