The Unofficial C For Dummies Website

Recent Lessons

The bsearch() Function
January 18, 2025 What the qsort() function does for sorting data, the bsearch() function does for finding data.
O Value! Where are You?
January 11, 2025 Along with sorting, searching is another repetitive task that computer programs enjoy.
Building a String
January 4, 2025 When the C language lacks a function to do what you want, you build your own.
The Pig Latin Translator, Part III
December 28, 2024 This final installment of the series translates a full sentence into Pig Latin.
The Pig Latin Translator, Part II
December 21, 2024 My piglatin function is improved to handle all types of words.

This Month's Exercise

Emulating the Modulus Operator
January 1, 2025 What would happen should the modulus operator (%) just up and disappear!

Current Titles

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

Online Training