Archive for the 'My Programs' Category

C++ - BasicPing

May 20th, 2008 | Category: My Programs

So I decided to write an easy to use pinging program in C++…ok so this is probably platform dependent(uses the system() method) but I said BasicPing.

Download basicping

No comments

Dicerollr

April 27th, 2008 | Category: My Programs

This is a simple dice simulation program that accepts the amount of sides of a die to cast, then generates random numbers, stores those in a vector, generates another random number to select which vector element to use, then outputs it, and finally asks the user if they’d like to rerun the program.

dicerollr

License: MIT

No comments