0
How to print a calender in c++? if only year is given.
1 ответ
0
i dont think you could print a calendar year from a year. you would have to map out the year and then display the information. im assuming you are saying print as in cout not like print to paper. the other thing you could do is read a calendar file and cout the information. im still learning c++ but thats how i would do it in python.