第117页 Chapter 5 Pointers and arrays

孔明
孔明 (Find it yourself.)

读过 The C Programming Language

  • 章节名:Chapter 5 Pointers and arrays
  • 页码:第117页 2015-10-15 17:06:54
23人阅读

> 孔明的所有笔记(135篇)

孔明对本书的所有笔记  · · · · · ·

  • 第117页 Chapter 5 Pointers and arrays
  • 第122页 5.12 Complicated Declarations

    C语言的定义是如此复杂,于是作者写了个程序将C语言定义转换成文字描述...

  • 第147页 6.7 Typedef

    typedef的一个重要作用是定义函数指针类型,如下: typedef int (*PFI)(char*, char*); 在句...

说明  · · · · · ·

表示其中内容是对原文的摘抄