Advertisement

Essential C

Essential C

This note explains all the common features and techniques for the C language. The coverage is pretty quick, so it is most appropriate for someone with some programming background who needs to see how C works. Topics include variables, int types, floating point types, promotion, truncation, operators, control structures (if, while, for), functions, value parameters, reference parameters, structs, pointers, arrays, the pre-processor, and the standard C library functions.

Author(s):

sNA Pages
Similar Books
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.

s122 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
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
Programming   in C    UNIX System Calls and Subroutines Using C (by A. D. Marshall)

Programming in C UNIX System Calls and Subroutines Using C (by A. D. Marshall)

This note covers the following topics: The Common Desktop Environment, C/C++ Program Compilation, C Basics, Conditionals, Looping and Iteration, Arrays and Strings, Functions, Pointers, Dynamic Memory Allocation and Dynamic Structures, Low Level Operators and Bit Fields, The C Preprocessor, C, UNIX and Standard Libraries, Integer Functions, Random Number, String Conversion, Searching and Sorting, String Handling, File Access and Directory System Calls, Interprocess Communication (IPC), PipesRemote Procedure Calls (RPC) and Writing Larger Programs.

sNA Pages
C Programming Tutorial

C Programming Tutorial

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

s 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)

Learning GNU C (C. O'Riordan)

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
OBJECT ORIENTED   PROGRAMMING and THE OBJECTIVE C LANGUAGE PDF

OBJECT ORIENTED PROGRAMMING and THE OBJECTIVE C LANGUAGE PDF

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

s Pages

Advertisement