Table of Contents
Programming - C
Programming in C UNIX System Calls and Subroutines using C
C-FAQ
LEARN C/C++ TODAY A list of resources to learn programming with C and C++
theForger's Win32 API Programming Tutorial
The C Library Reference Guide
C programming.com
C Programming Language site
The C Library Reference Guide by Eric Huss.
By Dan Gookin:
- C Programming For Dummies (book)
Articles/Blogposts
Musing Dragoman - What’s to love about C?
C Craft by Ben Lynn.
Russ Allbery > Technical Notes > C Coding Style
Comparison of C/POSIX standard library implementations for Linux
Snippets
Learning
Book: C Programming Language (2nd Edition) by Brian W. Kernighan and Dennis M. Ritchie
C Programming Notes - Notes to Accompany The C Programming Language, by Kernighan and Ritchie (``K&R''), –Steve Summit
The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available. See GitHub - wardvanwanrooij/thecbook for a PDF version.
stack overflow - The Definitive C Book Guide and List
C Programming The notes on these pages are for the courses in C Programming Steve Summit used to teach in the Experimental College at the University of Washington in Seattle, WA.
Phil's C Course
Learn C The Hard Way - A Clear & Direct Introduction To Modern C Programming by Zed A. Shaw
cuddletech.com - Intermediary C Programming, pdf version
Codingpointer.com - C-Tutorial - C Program Examples
GitHub - ThatOSDev/LearnOpenGLInC This code is for those of us who use C instead of C++, for the LearnOpenGL tutorial website.
Also take a look at: programmeren_in_c
Compilers
The BD Software C Compiler (BDS C) An 8080/Z80 C Compiler: Now Open Source and Public Domain!
vbcc - portable ISO C compiler
Tools
STACK is a static checker that detects unstable code in C/C++ programs.
Library
Moved to Programming - C - Libraries.
CGI
Archive.org - ncsa.uiuc.edu - The Common Gateway Interface
World Wide Web CGI (Common Gateway Interface) Programming in C by Steve Summit.
Lazarus Internet Development - CGI In C
Open Road - CGI Programming for C Programmers
Getting Started with CGI Programming in C
Guy Rutenberg - Introduction to C++ CGI
Guy Rutenberg - Introduction to C++ CGI – Processing Forms
Sample CGI Code