Always remain updated about current software development trends

Articles having tag: C

Simple Plug-in Architecture in Plain C

How to write an application using architecture that supports plug-ins.

Selection Overlay DLL

API which shows a Selection Overlay and notifies the caller when it's resizing and notifies the final rectangle.

Bird, a New Optimal Language

A new general purpose language that aims to be fast, high level and simple to use. (I renamed it from Anonymus)

SSE accelerated case-insensitive substring search

Another take on the classic, now using SSE instructions

CrashRptEx - An Extension to the CrashRpt Crash Reporting System

How to use CrashRptEx, to avoid some of the pitfalls of crash reporting in MFC apps or if you want the ability to continue your application after a crash

Simple C Hashtable

A simple key value-pair hashtable written in C

How to get current function return type using __FUNCDNAME__

A macro that gets current function's return type on visual C++

From C to Hardware

Let's look at the components involved in microcontrollers and see how they work.