摘要: 有关stdint.h 文件Google C++编程规范的P25页有如下叙述: 定义了 int16_t 、 uint32_t 、 int64_t 等整型,在需要确定大小的整型时可以使用它们代替 short 、 unsigned long long 等,在 C 整型中,只使用 int 。适当情况下,推 ... 阅读全文
posted @ 2016-01-05 21:27 菜鸡一枚 阅读(2180) 评论(0) 推荐(0) 编辑
摘要: 符号(void *)何解?符号(void **)又何解?? 阅读全文
posted @ 2016-01-05 21:02 菜鸡一枚 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 为什么可以用while(cin)?/** * @brief The quick-and-easy status check. * * This allows you to write constructs such as * "if (!a_stream) ..." and "while (... 阅读全文
posted @ 2016-01-05 19:21 菜鸡一枚 阅读(2748) 评论(0) 推荐(2) 编辑
该文被密码保护。 阅读全文
posted @ 2016-01-05 19:08 菜鸡一枚 阅读(0) 评论(0) 推荐(0) 编辑