asking how to write a calender in c++ using for loop
stefanusr 0 Newbie Poster
Recommended Answers
Jump to Post>asking how to write a calender in c++ using for loop
No problem:int main() { for ( int i = 1; i <= 12; i++ ) print_calendar ( i, 2004 ); }
Of course, the print_calendar function is slightly more complicated. ;) Here's a quick stab …
Jump to Postthanks....also what about a logbook i.e a calendar and at the same time they is some entries e.g a candy shop sales for each month for a particular year.
If you're doing a homework assignment, please post some code of your own, and we'll help you debug it. It's not …
All 7 Replies
anthmaina 0 Light Poster
fahad 3 Light Poster
Narue 5,707 Bad Cop Team Colleague
anthmaina 0 Light Poster
alc6379 120 Cookie... That's it Team Colleague
anthmaina 0 Light Poster
Narue 5,707 Bad Cop Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.