Programming Languages BooksC Programming Books

The Basics of C Programming

Advertisement

The Basics of C Programming

The Basics of C Programming

This note explains the following topics: Spacing and indentation, Input and output, Branching and looping, Arrays, Variable Types, Operators, Functions, Structures, Libraries, Makefiles, Pointers, Dynamic Data Structures, Advanced Pointers, Strings, Operator Precedence, Command Line Arguments, Text files, Binary Files.

Author(s):

s122 Pages
Similar Books
Intermediate C Programming

Intermediate C Programming

The contents include: Review of C and Aggregate Data Types, Building Larger Programs, Functions,Bit Manipulation, Pointers, Binary I/O and Random Access, Designing Data Types, Linked Lists,Software Tools, Library Functions, File Access.

s309 Pages
C Programming by wikibooks.org

C Programming by wikibooks.org

This note explains the following topics: Compiling, Structure and style, Variables, Error handling, Simple Input and Output, Simple math, Procedures and functions, Preprocessor, Libraries, File IO, Arrays, Pointers, Memory management, Strings, Complex types, Networking in UNIX, Particularities of C, Language Overloading and Extensions, Combining Languages, Computer Programming, C Reference Tables, POSIX Reference, Licenses.

sNA Pages
C Programming and UNIX

C Programming and UNIX

C probably has been the most influential programming language during the last 25 years. It was originally introduced for the implementation of UNIX, but is now used for a large variety of very different tasks. This note will introduce the C programming language in the context of the UNIX operating system. It will also cover UNIX from a user and a programmer perspective.

s646 Pages
The GNU C Reference Manual

The GNU C Reference Manual

This is a reference manual for the C programming language as implemented by the GNU Compiler Collection (GCC). Topics covered includes: Lexical Elements, Data Types, Expressions and Operators, Functions, Program Structure and Scope.

s91 Pages
Practical Programming in C Lecture Notes

Practical Programming in C Lecture Notes

This course note provides a thorough introduction to the C programming language, the workhorse of the UNIX operating system and lingua franca of embedded processors and micro-controllers.

sNA Pages
Phil's C Course

Phil's C Course

This course is intended to help a good programmer particularly someone familiar with DEC Fortran, start programming in C. Topics covered includes: Why is the language called C, Variables, Types and Functions, Loop and Flow Control Constructs, Arrays, Pointers, Strings, Structures and Unions, Typedef, Header Files, Macros and the ? operator, Logical and Relational Operators, Bitwise Operators, Function Prototypes, File IO Routines and Command Line Arguments, Obfuscation, Changing from VAX C or K&R C to ANSI Compliant DEC C.

sNA Pages
C Elements   of Style

C Elements of Style

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Numerical Recipes in C Mirror

Numerical Recipes in C Mirror

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Learning GNU C (C. O'Riordan) Mirror

Learning GNU C (C. O'Riordan) Mirror

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
The GNU C Programming   Tutorial (M. Burgess) Download

The GNU C Programming Tutorial (M. Burgess) Download

Currently this section contains no detailed description for the page, will update this page soon.

s Pages

Advertisement