ANSI C for Programmers on UNIX Systems

ANSI C for Programmers on UNIX Systems

简介:

本文档旨在通过提供和解释常见编程任务的示例来介绍C,并通过澄清常见的不理解原因,使读者能够从可用的源代码中学习。该文档的第一部分是对C的非正式介绍。

如果您已经在使用UNIX,这里是学习如何在UNIX环境中使用ANSI C标准进行编程的绝佳机会。详细介绍了基本的C概念,然后将重点转移到中级和更高级的编程技术。Feibel强调创建小型,专门的功能和程序,并使它们协同工作。此外,还讨论了特殊用途的库,例如创建窗口。

英文简介:

This document aims to introduce C by providing and explaining examples of common programming tasks, and to enable the reader to learn from available source code by clarifying common causes of incomprehension. The first part of the document is an informal introduction to C.

If you are already using UNIX, here's the perfect opportunity to learn how to program with the ANSI C standard in the UNIX environment. Basic C concepts are presented in detail, the focus then shifts to intermediate and more advanced programming techniques. Feibel emphasizes the creation of small, specialized functions and programs and on making them work together. In addition, special-purpose libraries, such as creating windows, are discussed.

书名
ANSI C for Programmers on UNIX Systems
译名
面向 UNIX 系统程序员的 ANSI C
语言
英语
年份
1996
页数
73页
大小
415.01 kB
标签
  • Unix
  • 下载
    pdf iconANSI C for Programmers on UNIX Systems.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:40

    ←Programming in C - UNIX System Calls and Subroutines using C

    →FreeBSD Developers' Handbook