You are here » Home » Utilities

Free Utilities written in C and C++

The Better C and C++ Open Source String Library
The Better String Library is superior to the C library char string type, or C++'s std::string. It's safer with regard to buffer overflows, simpler than C string manipulation, works ok for '\0' terminated strings and generally fast …
This program has been downloaded 444 times

Neomem - an Open Source Personal Organizer
NeoMem allows you to store and organize all kinds of information in a cross between a word processor and database. The interface is similar to Windows Explorer, except that instead of dealing with files on a hard disk you deal with obj …
This program has been downloaded 276 times
Adobe Open Source Libraries
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++ Standard Library and the Boost Libraries. ASL is a project within the Adobe Softwa …
This program has been downloaded 224 times
Ubiqx - Open Source GPL Data Structure Library
Ubiqx is a collection of ANSI C compatible modules for implementing linked lists, binary trees, caching and spare arrays. The goal of the ubiqx project is to develop a set of clean, small, re-usable code modules which implement fundamental const …
This program has been downloaded 409 times

Truecrypt a File and Disk Encryption Utility for Windows/Linux
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 secure. It creates a virtual encrypted dist within a file and mounts it as a real disk. TrueCrypt is a software system …
This program has been downloaded 220 times
The Standard Function Library
The SFL (Standard Function Library) is an open source portable function library for C/C++ programs. The SFL provides about 450 functions for compression, encryption, encoding, datatype conversion and formatting, dat …
This program has been downloaded 262 times
Graphics Library for the Dynamic Creation of Images
GD is an open source code library for the creation of images dynamically by programmers. GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD is commonly used to generate charts, graphics, thumbnails, …
This program has been downloaded 302 times
Lame- Open Source MP3 Software
LAME is an educational software to be used for learning about MPEG Audio Layer III (MP3) encoding. The goal of the LAME project is to use the open source model to improve the psycho acoustics, noise shaping and speed of MP3. LAME is distributed as so …
This program has been downloaded 282 times
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 above package. To obtain a sorting routine, simply define the name of the routine, the data type …
This program has been downloaded 2460 times
B-Tree implementation
This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and destroy; insert, update and delete; load and destroy; search and traverse; check a tree. Sort huge …
This program has been downloaded 19311 times
Sort huge amounts of data by doing a multi-phase sorting on temporary file
The bigsort routine implements a way to sort huge amounts of data that do not fit into main memory by using a multi-phase sorting on files. It is a implementation from the book "Algorithms and data structures" by Niklaus Wirth. Additi& …
This program has been downloaded 4708 times
A2FPLOT (Read ASCII data and write in fplot style)
- To configure the program, edit the file "jsconfig.h". Since this is a general configuration file, not all settings may apply to this package. If in doubt, use grep or anything else to find out if a specific configurat …
This program has been downloaded 3581 times
FLIB2C (Fortran Library to C)
FLIB2Cis a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C. The differences between the FORTRAN and C calling sequences are hidden in a header file that has to be created for every FORTR …
This program has been downloaded 5598 times
Graphical Scientific Calculator
This is a graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like conversion, logrithm, and other operati …
This program has been downloaded 15610 times
Text editor with Turbo C/C++ compiler like interface
Text editor with Turbo C/C++ compiler like interface is a nice utility.It has menus just like C/C++ compiler, text formatting options, you can give color to the text.It has nice dialog boxes that can be used in any application as modules. I …
This program has been downloaded 7512 times
C/C++ Compiler Interface
It is a small program that shows a smal C program written in text mode graphics.It compiles the program and shows its output. This software is provided by MYCPLSU with the source code, you are free to use this code as you need and change the code. …
This program has been downloaded 4108 times
Salary Profit/Loss Calculator
This is a small utility to calculate the net income by checking a person's salary and monthly expenses, on the basis of this information it calculates the loss/profit. It has a nice graphical User Interface with differents &# …
This program has been downloaded 6879 times
Bank Management System - Accounting Software
This is an automated software system for Bank Management which can handle accounts of customers. It uses files to handle the daily transactions, account management and user management. Its not a complete accounting software just like implemented in …
This program has been downloaded 16265 times
Stack Implementation ( Graphical & Text Mode)
This software actually simulates the stack operations graphically and in text mode. You can Add, Delete, Search, and Replace the elements from the stack. It also checks for Overflow/Underflow and returns user friendly errors. You can use this stack i …
This program has been downloaded 13144 times


Sponsored Links