update

MADARRAY.c for the abnormal consist of just few lines of code that demonstrates one-dimensional array h...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.4/5) 389 June 26th, 2007 UTC |
|
update

Linear Equation Solver solves linear equations in 3 variables using Cramer's Rule.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.5/5) 817 June 26th, 2007 UTC |
|
update

GuessingGame is a simple little guessing game using a random number generator.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.9/5) 391 June 26th, 2007 UTC |
|
update

Finding Maximum Using Variable Argument List makes use of variable argument feature of C to find maximu...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.0/5) 444 June 26th, 2007 UTC |
|
update

Finding GCD of two numbers using Euclid's Algorithm finds the GCD/HCF of a number using Euclid...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.5/5) 1,093 June 26th, 2007 UTC |
|
update

find substring in main string is a simple program which can find a substring in a given string
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.7/5) 1,477 June 26th, 2007 UTC |
|
update

Find out your weight on other planets is a simple program with basic mathematical formulas that calcula...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.8/5) 563 June 26th, 2007 UTC |
|
update

Accessing Private Data Members in Classes shows you how to access private data members in classes witho...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.3/5) 383 June 26th, 2007 UTC |
|
update

XOR Made Easy is a simple program that will read in a file, and encrypt/decrypt based on an XOR key you...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.9/5) 721 June 26th, 2007 UTC |
|
update

Windows Console Output demonstrates using the Win32 console API to manipulate console output.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows C/C++ Freeware Good (3.6/5) 636 June 26th, 2007 UTC |
|
update

Window Log-off - Simple code to demostrate how to log-off window
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Poor (1.6/5) 453 June 26th, 2007 UTC |
|
update

Using macros in C - how to create and use a macro in C.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Poor (1.8/5) 758 June 26th, 2007 UTC |
|
update

Usage of offsetof( ) Macro shows the functioning of offsetof( ) macro defined in stddef.h.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.6/5) 473 June 26th, 2007 UTC |
|
update

Test Template maker makes a test layout for use with a specific grading program.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.6/5) 940 June 26th, 2007 UTC |
|
update

Tables in HTML is a program which helps you to create tables in a HTML page.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.3/5) 388 June 26th, 2007 UTC |
|
update

Switch case - a simple program that demonstrates the use of the switch case
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.5/5) 562 June 26th, 2007 UTC |
|
update

strerror - To obtain a pointer to an error message string, linked to a particular value of the global i...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.8/5) 364 June 26th, 2007 UTC |
|
update

Stooge Sort shows how an array can be sorted recursively using the Stooge Sort Algorithm.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.8/5) 842 June 26th, 2007 UTC |
|
update

sort array using recursion sorts an array using recursion
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.5/5) 814 June 26th, 2007 UTC |
|
update

Solving the Towers of Hanoi Problem Recursively - how to resolve tower of Hanoi problem using recursive...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.0/5) 1,268 June 26th, 2007 UTC |
|
update

Multiple inheritance in PHP script shows you how to simulate a large subset of multiple inheritance fun...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... PHP GPL Fair (2.5/5) 897 June 26th, 2007 UTC |
|
update

Simulating pass by reference in C - In this program we are trying to simulate pass by reference using p...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.6/5) 493 June 26th, 2007 UTC |
|
update

Simple C clock runs a loop and prints the number of seconds used.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.0/5) 943 June 26th, 2007 UTC |
|
update

QuoteMaster reads quotes from a text file, and then prints one randomly each time a page is loaded.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... PHP GPL Good (3.0/5) 439 June 26th, 2007 UTC |
|
update

Complex Object Dumping includes file for dumping complex objects in three formats: preformatted text, H...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... PHP GPL Fair (2.7/5) 432 June 26th, 2007 UTC |
|
update

Shell Sort Algorithm shows how an array can be sorted using Shell Sort algorithm.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.8/5) 1,236 June 26th, 2007 UTC |
|
update

Selection Sort demonstrates Selection Sort using Recursion.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.9/5) 878 June 26th, 2007 UTC |
|
update

Safe Addition checks whether the integer addition overflows by checking against the maximum limits foun...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Fair (2.3/5) 384 June 26th, 2007 UTC |
|
update

ircLOG2HTML will convert IRC log to Color HTML.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... PHP GPL Fair (2.3/5) 1,041 June 26th, 2007 UTC |
|
update

Reversing Bit sequences is an example of how to reverse the bit sequence of a variable.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / BS... C/C++ Freeware Good (3.4/5) 399 June 26th, 2007 UTC |
|
|