Here are a few programs I’ve written in C/C++. Mostly C++, and I used the BloodShed DevC++ IDE for most of these.
NOTE: This page will probably be incomplete for some time, as I have lost the projects I had saved on my hard drive. See article about the drive failure.
Doomsday Program – This program gives some examples of how to play around with the system speaker on a modern, Windows-based PC. Kind of amusing.
Poker Scoring Program – This program will input a poker hand from a user, and then score the hand (straight, flush, etc.). The zip contains the source code and a pre-compiled executable file.
Prime Numbers Program – This program uses modulus functions to calculate the prime numbers fro 0 to 100.
Countdown Even Numbers Program – Another use of modulus, this time to countdown from any number, but only countdown by even numbers.
C/C++ Programming
Here are a few programs I’ve written in C/C++. Mostly C++, and I used the BloodShed DevC++ IDE for most of these.
NOTE: This page will probably be incomplete for some time, as I have lost the projects I had saved on my hard drive. See article about the drive failure.
Doomsday Program – This program gives some examples of how to play around with the system speaker on a modern, Windows-based PC. Kind of amusing.
Poker Scoring Program – This program will input a poker hand from a user, and then score the hand (straight, flush, etc.). The zip contains the source code and a pre-compiled executable file.
Prime Numbers Program – This program uses modulus functions to calculate the prime numbers fro 0 to 100.
Countdown Even Numbers Program – Another use of modulus, this time to countdown from any number, but only countdown by even numbers.