摘要:
点击阅读原文最近对它的README.md文件颇为感兴趣。便写下这贴,帮助更多的还不会编写README文件的同学们。README文件后缀名为md。md是markdown的缩写,markdown是一种编辑博客的语言。用惯了可视化的博客编辑器(比如CSDN博客,囧),这种编程式的博客编辑方案着实让人眼前一... 阅读全文
posted @ 2016-01-05 23:43
icuic
阅读(522)
评论(0)
推荐(0)
摘要:
1. const 关键字 a) const int a; b) int const a; c) const int *a; d) int * const a; e) int const * const a;解析: a) a为一个int型变量,在它被定义时就应当对其初始化,因为以后就没有机... 阅读全文
posted @ 2016-01-05 21:40
icuic
阅读(1683)
评论(0)
推荐(0)

浙公网安备 33010602011771号