The Unofficial C for Dummies Web Page

The Unofficial C For Dummies Website

Recent Lessons

From Void to Integer
April 27, 2024 Yes, it's possible to pervert a void type to an integer, but not easy or even necessary.
Out of the void
April 20, 2024 void is a data type in the C language, but a special data type.
Using the epoll() Function to Scan for Standard Input
April 13, 2024 It's not perfect, but the epoll() functions can also scan for pending standard input.
Reading the Keyboard Queue ala Networking
April 6, 2024 You can use the networking function select() to check for pending keyboard input.
Looking for a Keyboard Hit
March 30, 2024 Checking to see whether a character is waiting in the queue requires using a secret and scary function.

This Month's Exercise

Calculating the Standard Deviation
May 1, 2024 The standard deviation is a math thing that plays into statistics, something you can code even if you don't understand what it means.

Current Titles

Tiny C Programming
Purchase
C Programming For Dummies
Purchase
Programmer's Guide to NCurses
Purchase
Programmer's Guide to XML and JSON
Purchase
Programmer's Guide to Curl
Purchase

Online Training