Archive for the 'My Programs' Category
C++ - BasicPing
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.
No commentsDicerollr
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.
License: MIT
No comments
