Calender Algo

A

autocomp

Hi,
Can someone tell me how to incorporate planner with calrender ...
or just a calender algo...will help
 
V

Victor Bazarov

autocomp said:
Can someone tell me how to incorporate planner with calrender ...
or just a calender algo...will help

Do you have a C++ language question? If you do, ask it. Neither
'planner' nor 'calender' are C++ language features, except, maybe, that
you can use functions like 'time' and 'localtime' to access the system
clock and calendar representation _if_ your system has it.
 
O

osmium

autocomp said:
Can someone tell me how to incorporate planner with calrender ...
or just a calender algo...will help

There are a lot of good samples on that subject in _The C Programming
Language_ by Kernighan and Ritchie. Unfortunately, their code is not up to
the high standards of this group because they make extensive use of "magic
numbers" But they are good enough for government work.

You might also search the web for "Julian Day" , not to be confused with the
Julian calendar.
 
R

Richard Herring

osmium said:
There are a lot of good samples on that subject in _The C Programming
Language_ by Kernighan and Ritchie. Unfortunately, their code is not up to
the high standards of this group because they make extensive use of "magic
numbers" But they are good enough for government work.

You might also search the web for "Julian Day" , not to be confused with the
Julian calendar.
And "Zeller's Congruence".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,166
Messages
2,570,907
Members
47,446
Latest member
Pycoder

Latest Threads

Top