evandenny / Main

Files I'm using to educate myself in C++
MIT License
0 stars 0 forks source link

Make mdy.cpp functional for both future and past dates. #4

Open EvDenny opened 2 years ago

EvDenny commented 2 years ago

Mdy should work both forward and backward and implement classes and objects to get more familiar with them.

EvDenny commented 2 years ago
EvDenny commented 2 years ago

bug @EvDenny mdy.cpp -> Issue01( alias _1 ) _1: The issue appears to be a problem with counting backwards to certain dates. These dates range from 7/31/2022 to 7/11/2022. Every once in a while the program executes everything fine when iterating to 7/10/2022, however it doesn't always work. Every other date works perfectly: 8/1/2022 to current day works. 7/09/2022 || 7/10/2022 to 7/31/2022 don't work whatsoever. Every date prior works.

EvDenny commented 2 years ago

Need to work on mdy past functionality today... Gotta get back on track.