Need help with formatting a clockNevermind, figured it out. [code] cout << myClock.hour << ":"; cout.setf(ios::right); ...
Need help with formatting a clockThat was a stunningly simple fix that I overlooked. :/ I was looking at cout.fill / cout.width. Do y...
Need help with formatting a clockI had to create a program which asks you to set a clock, then add minutes to it and update it accor...
bool helpA lot of the style was skewed upon pasting it in so I apologize for that. Otherwise, I'm a fresh pro...
bool helpThat seems to have worked. What looks incorrect? It displays correctly. Have you tried running it?