User profile: diggty66

User info
User name:diggty66
History
Joined:
Number of posts:7
Latest posts:

clock - very incomplete, but trying to understand classes
What I riginally wrote worked better in the short run but I changed because theres some problems wit...

clock - very incomplete, but trying to understand classes
Thanks for that @nuderobmonkey I figured it out with your help. I changed it up a bit to add a while...

clock - very incomplete, but trying to understand classes
so like this? [code] #include <iostream> #include <string> #include <fstream> /*Modify the example...

clock - very incomplete, but trying to understand classes
Im working on this clock project and im trying to set it up so it checks if hr is greater than 12 fo...

Battleship C++
Heres my end result of this after much trial and tribulation and lots of assistance - [code] #incl...