Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Language
Platform
Any
License
Any
I don’t know why, but the idea of programming a text based version of Tic Tac Toe was bothering me for days and after coding hours in PHP for another project, I needed some “refreshment” and started...
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...
Keep track of all of the movies in your collection. The program lets you add, edit and delete movies, search by name and list movies by genre or medium. That data structure used to store all of your...
Play blackjack against the dealer.
Aces count for 11 only.
for students:
linked list implementation for players
deck is array
ASCII art painting surface class.
Tool (console/DOS) to show the solutions of a quadratic equation.
Admin Report Kit for IIS 4.x / 5.x / 6.x (ARKIIS) is a powerful reporting tool for Microsoft IIS Administrators. ARKIIS presents IIS configuration information from the IIS Metabase in the form of...
DALC++ is a C++ class library that makes connecting to a relational database effortless. It takes care of the transformation between the object-oriented paradigm and the relational model without...
Provides algorithmic in-depth knowledge in the field of graph-
and network problems, geometric computations, combinatorial
opimization, compression, cryptography, string alignment, and
other....
C++ parser function eval_math_expression_xyzt() evaluates a string of the mathematical expression with variables x, y, z and t (values defined separately). An example of the expression is...
This code provides information about the Windows Bitmap file format along with source code for some classes that can load and save bitmaps. Loading supports all bit depths(1,4,8,16,24,32) but not...
This documents the Windows bitmap format and provides a class in c++ for reading and writing bitmap files.
The SFTL (Simple Functional Template Library) is a C++ library that attempts to leverage the use of the C++ STL through functional programming concepts.
A flexible Array class that can be searched, processed. Out of
bounds and other errors neatly handled using C++ policies. The
array class can be paramterized using various custom traversal...
This program try to find the OPTIMAL solution for eight puzzle,
by using A* algorithm(Function = Heuristic + cost) with
repeated state preventing to be much faster, the source program
was...
EAN8 is a C++ class to draw ISO/IEC 15420-2001 barcode. The class
is shipped as the source code.
EAN13 is a C++ class to draw ISO/IEC 15420-2001 barcode. The class
is shipped as the source code.
Code 128 C++ class to draw Code 128 barcode