User profile: cory000

User info
User name:cory000
History
Joined:
Number of posts:13
Latest posts:

Need help with formatting a clock
Nevermind, figured it out. [code] cout << myClock.hour << ":"; cout.setf(ios::right); ...

Need help with formatting a clock
That was a stunningly simple fix that I overlooked. :/ I was looking at cout.fill / cout.width. Do y...

Need help with formatting a clock
I had to create a program which asks you to set a clock, then add minutes to it and update it accor...

bool help
A lot of the style was skewed upon pasting it in so I apologize for that. Otherwise, I'm a fresh pro...

bool help
That seems to have worked. What looks incorrect? It displays correctly. Have you tried running it?