C-cookbook
博客
  • C-cookbook
  • 编者序
  • 目录contents
  • 1.programming
  • 2.Algorithm
  • 3.sequential-programming
  • 4.select-structure-programming
  • 5.cycle-structure-programming
  • 6.use-arrays-to-process-batch-data
  • 7.realize-modular-programming-with-functions
  • 8.Good-use-of-pointers
  • 9.users-create-data-types-themselves
  • 10.file-input-and-output
Powered by GitBook
On this page

Was this helpful?

编者序

PreviousC-cookbookNext目录contents

Last updated 1 year ago

Was this helpful?

编者序

Editor's preface

编者

Kayleh

C 语言是一种通用的高级语言,最初是由丹尼斯·里奇在贝尔实验室为开发 UNIX 操作系统而设计的。C 语言最开始是于 1972 年在 DEC PDP-11 计算机上被首次实现。

在 1978 年,布莱恩·柯林汉(Brian Kernighan)和丹尼斯·里奇(Dennis Ritchie)制作了 C 的第一个公开可用的描述,现在被称为 K&R 标准。

UNIX 操作系统,C编译器,和几乎所有的 UNIX 应用程序都是用 C 语言编写的。由于各种原因,C 语言现在已经成为一种广泛使用的专业语言。

目录contents