View Single Post
  #9  
Old 08-04-2012, 07:41 PM
mithrandir's Avatar
mithrandir (Andrew)
Registered User

mithrandir is offline
 
Join Date: Jan 2009
Location: Glenhaven
Posts: 4,161
One C++ source for easter is part of lunar.zip from Project Pluto

It compiles, with its driver test program, by:
*nix/cygwin: g++ -DTEST_CODE -o easter easter.cpp
MSVC: cl -DTEST_CODE -o easter.exe easter.cpp

Now, who has it in Java, Pascal, REXX, Python, ...

Reply With Quote