C/C++ Source Code

Tower of Hanoi
Tower of Hanoi program, show the steps for rings moving.
Download: hanoi.c

Time Convert
Convert unix timestamp to format date.
Download: time_convert.c

CPU Speed
A simple CPU benchmark program.
P.S. I tested on PIII 866 + 256MB ram (CentOS 4.1) system with 9.25 seconds, and 2.3 seconds for P4 3.0GHz + 1 GB ram (FreeBSD 5.1) system.
Download: cpu_speed.c

Generate Password
Generate a password for user assign words.
Download: gen_passwd.c

Crypt
Return an encrypted unix password with DES encryption algorithm.
Download: crypt.c

Investment Calculator
A investment calculator to get how much profit for your investment.
Download: invest_calc.c