Problem with array and calendarI figured it out. I used memset(cal, 0, sizeof(cal)); at the first step in the while loop and it's ...
Problem with array and calendarIt's right there in what you posted. Look at the first week of that month. It's 1,2,3,1,2,3. The ...
Problem with array and calendarAnyone? I'm really at a loss as to why this isn't working correctly.
Problem with array and calendarI also decided to try and reinitialize the array to 0 before each pass through the for loop, but for...
Problem with array and calendarWrite your question here. [code] #include <iostream> #include <conio.h> #include <iomanip> #...