Hi Kanushree ,
I hope by now you might have got your answer however if you have not i have recently able to run the program i have created i would like to share it with you please
find below program:
#include<iostre am.h>
#include<proces s.h>
#define TRUE 1
#define FALSE 0
typedef int BOOL;
class TDate
{
private:
int _date;
int _month;
int...
Leave a comment: