User profile: thecause17

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

Problem with array and calendar
I 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 calendar
It'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 calendar
Anyone? I'm really at a loss as to why this isn't working correctly.

Problem with array and calendar
I also decided to try and reinitialize the array to 0 before each pass through the for loop, but for...

Problem with array and calendar
Write your question here. [code] #include <iostream> #include <conio.h> #include <iomanip> #...