Posted on
February 27th, 2009 0 Comments
It’s well known that C/C++ languages are the most dominant programming languages around. As I mentioned in the previous post "Top 10 best applications written in C/C++" that
most of the big softwares, operating systems, games and other scientific tools and utilities are developed in C/C++. In this post, I have found 50 outstanding websites and...
Read More |
Make a Comment
Posted on
October 1st, 2008 7 Comments
This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it also provides some gialog boxes same like the Turbo C/C++ compiler. It has menus just like C/C++ compiler, text formatting options and also provides options to change font color.
The dialog boxes are coded seperately...
Read More |
Make a Comment
Posted on
September 27th, 2008 0 Comments
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 source code only.
LAME features:
Many improvements in quality in speed over ISO reference software.
MPEG1,2 and...
Read More |
Make a Comment
Posted on
September 19th, 2008 0 Comments
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 amounts of data by doing a multi-phase sorting on temporary files.
This implementation automatically recognizes...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
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 for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
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 Software Technology Lab (STLab); a research group chartered with increasing developer productivity and software...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
This is a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output through file or through screen you can use this class to make the dll. Help is included in the main.cpp creating the .exe include all the file in VC++ 6.0 , compile Main.cpp and build the .exe file, exclude...
Read More |
Make a Comment