Click here to Skip to main content
15,895,142 members
Articles / Programming Languages / C++

Convert Date Leap year to Gregorian

Rate me:
Please Sign up or sign in to vote.
2.00/5 (7 votes)
31 May 2005 38.9K   1.2K   14  
Convert Date Leap year to Gregorian (shamsi - Miladi) Calender
// ConvertDate.h
//================================

#include "stdafx.h"

class CConvertDate:public CObject
{
public :
	CConvertDate();



int OutDateGregorian(int D,int M,int Y,int what);
int OutDateGregorian_k(int D,int M,int Y,int what);
int OutDateLeap(int D,int M,int Y,int what);


	~CConvertDate();
private:







};

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Engineer ArdakanKavosh
Iran (Islamic Republic of) Iran (Islamic Republic of)
I'm from Iran, and Live in Ardakan City.
I'm Computer engineering (HardWare-Software).
I'm Programmer . (VC++ , C++ , Assembly , Basic , C# , Web Programing [ ASP,Php ])

Comments and Discussions