2014年7月1日

在线帮助文档

摘要: 一个比较好的在线帮助文档 阅读全文

posted @ 2014-07-01 11:00 eric.geoffrey 阅读(147) 评论(0) 推荐(0) 编辑

C语言宏预处理帮助文档

摘要: GCC4.10预处理器帮助文档The C PreprocessorTransformations Made GloballyMost C preprocessor features are inactive unless you give specific commands to request t... 阅读全文

posted @ 2014-07-01 10:52 eric.geoffrey 阅读(287) 评论(0) 推荐(0) 编辑

GCC编译器帮助文档

摘要: GCC4.9 阅读全文

posted @ 2014-07-01 10:43 eric.geoffrey 阅读(463) 评论(0) 推荐(0) 编辑

摘自GNU C中的typeof

摘要: 6.6 Referring to a Type withtypeofAnother way to refer to the type of an expression is withtypeof. The syntax of using of this keyword looks likesizeo... 阅读全文

posted @ 2014-07-01 10:37 eric.geoffrey 阅读(279) 评论(0) 推荐(0) 编辑

摘自GNU C中的语句表达式

摘要: 6.1 Statements and Declarations in ExpressionsA compound statement enclosed in parentheses may appear as an expression in GNU C. This allows you to us... 阅读全文

posted @ 2014-07-01 10:12 eric.geoffrey 阅读(364) 评论(0) 推荐(0) 编辑

括号的英文表达

摘要: 1. () (round brackets or parentheses):圆括号2. [] (square brackets):方括号3. (angle brackets):尖括号4. {} (braces) :大括号 阅读全文

posted @ 2014-07-01 10:07 eric.geoffrey 阅读(1722) 评论(0) 推荐(0) 编辑

导航