admin on May 21st, 2010

The snippets of code listed in this paper were designed, and tested, for use within the UNIX and DOS Command Line Environment and were complied using The GNU gcc project and DJGPP. A working knowledge of the syntactic nature of C++ is assumed.

Continue reading about C++ Streaming Input and Output Manipulation

Encoding data based on the Burrows Wheeler transform does not compress the data but rather inflates it by a small amount. But the resulting data is one which can be compressed well by other means. So this algorithm is to be regarded as one for data compression. This article goes on a very implementation oriented manner.

Continue reading about BWT (Burrows Wheeler Transform) Encoding Algorithm

admin on September 4th, 2009

A journey through the world of internet, especially the simulation of the GET and POST request.

Continue reading about GET, POST, and Downloading Using WinInet

admin on September 4th, 2009

Discussing C++ standard template library

Continue reading about C++ STL: Iterators and Containers

admin on April 21st, 2009

A Tutorial For Absolute Beginners In C++ Programming

Continue reading about Elementary C++: part 3 of 3

admin on April 21st, 2009

A Tutorial For Absolute Beginners In C++ Programming

Continue reading about Elementary C++: part 2 of 3

admin on April 21st, 2009

A Tutorial For Absolute Beginners In C++ Programming

Continue reading about Elementary C++: part 1 of 3

Results and analysis of comparison of different sorting algorithms.

Continue reading about Performance Analysis of Sorting Algorithms: part 2 of 2

Comparison of different sorting algorithms and performance analysis.

Continue reading about Performance Analysis of Sorting Algorithms: part 1 of 2

admin on February 2nd, 2009

C / C++ tutorials, Windows programming tutorials, C# tutorials.

Continue reading about C / C++ programming tutorials