Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C

C

C

Great Reads

by KarstenK
Some toughts whether to prefer Objective-C or Swift.
by Bartlomiej Filipek
Include Guards, Pragma Once, Predeclarations and other hints that might be useful when dealing with includes.
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Cindy Potvin
Many options of the .LESS CSS parser can be set directly from the Web.config file, but many of them are not clearly described. Here is my attempt to document them.

Latest Articles

by KarstenK
Some toughts whether to prefer Objective-C or Swift.
by Bartlomiej Filipek
Include Guards, Pragma Once, Predeclarations and other hints that might be useful when dealing with includes.
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Cindy Potvin
Many options of the .LESS CSS parser can be set directly from the Web.config file, but many of them are not clearly described. Here is my attempt to document them.

All Articles

Sort by Score

C 

by Zhaohui Xing (Joey)
Swift classes for algorithm, including single linked list class, stack class, queue class
by David Lafreniere
A core dump framework that stores crash information including call stacks on any embedded system.
by Malcolm Arthur McLean
Single file XML parser with good error support, and associated XPath file.
by sdancer75
A graphical time line editor to help you create and prototype animations. It is useful for adjusting variables and checking out how the effects change over time with keyframing and easing/twining functions.
by David Lafreniere
A portable C language socket-based software transport protocol library for any hardware communication interface on any platform
by Iman Abdollahzadeh
TrueType implementation from scratch
by Francis Tay
How to fit a SNMP agent into an Arduino UNO or NodeMCU ESP8266
by CaldasGSM
The article discusses the implementation of a zero allocation JSON parser in C, which is suitable for systems with limited memory resources.