C Programming

Functions in C Programming

Functions in C Programming

Function groups a number of program statements into a unit and gives it a name. This unit can be invoked from other parts of a…

Conditional Statements – Decision Statements – if, else

C programs are executed in a sequence, but we can control the execution of program by using any control mechanism by which we can compare…

Generating fast sorting routines

In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the header file "gensort.h", contained in the this…

LibGD – Dynamic Image Creation Library

LibGD is an open source Graphics library for the creation of images dynamically by programmers. GD is written in C, and "wrappers" are available for…

Standard Function Library – ANSI C

The SFL (Standard Function Library) is an open source portable function library for C/C++ programs. Written by iMatix, the SFL provides about 450 functions for…

Disk Encryption Utility written in C Programming Language

Truecrypt is an Open Source utility written in C that allows you to encrypt files or disk volumes on Windows or Linux and is very…

Adobe Source Libraries (ASL) and Open Source

Adobe Source Libraries (ASL) provides peer-reviewed and portable C++ source libraries. The libraries are intended to be widely useful, leveraging and extending both the C++…

A Safer and Better C/C++ String Library

This is a better String Library which is superior to the existing C String library i.e. char string type, or C++'s std::string. It is safer…