摘要: bool b = 42; // _b is true_int i = b; // _i has value 1_i = 3.14; // _i has value 3_double pi = i; // _pi has value 3.0_unsigned char c = -1; // _assuming 8-bit chars_, _c has value 255_signed char c2... 阅读全文
posted @ 2015-09-06 09:17 FeMiner 阅读(407) 评论(0) 推荐(0) 编辑