hi every body

i am new user

plz help me.plz send me the code of date converter or upload cpp file

if user enter any date(date may be in past and may be in future) and ask us to tell the day at that date which user enter,by using date converter we can tell him the day

this is the function of date converter

plz help me.its my final priject of my first semester of BSCS

Recommended Answers

All 6 Replies

>its my final priject of my first semester of BSCS
so, why are you asking us to do it for you?

What do you mean by date converter?
Convert a Greorgian date to a Mayan date?Any other date?
I don't know unless you would have asked a more specific question.
Some code coming from your side would also be handy, don't be shy to send some in. We won't laugh at you if it's bad code! We are here to help if we can!

Sure, here you go

#include <iostream>
#include <string>
using namespace std;
int main ( ) {
  std::cout << "Enter a date" << std::endl;
  std::string input;
  std::getline(input);
  std::cout << "It's a Monday!" << std::endl;
  return 0;
}

It produces the correct answer 14.3% of the time.
Which coincidentally, is probably the same as the mark you would get if you handed it in.

Now that's symmetry for you.

commented: lol +2
commented: LMAO +1

>its my final priject of my first semester of BSCS
so, why are you asking us to do it for you?

actually i dint attend classes of comp.programming for 1 month coz of typhoid fever n accident

thts y m asking 4 help

Convert a Greorgian date to a Mayan date?

conversion of georgian date to mayan date and mayan date to georgian date.

if u have code plz upload it.m in 1st semester so plz do simple coding

> actually i dint attend classes of comp.programming for 1 month coz of typhoid fever n accident
That's unfortunate, but it still doesn't earn you a free pass to a grade you cannot substantiate with your own knowledge.

You should be explaining this to your tutor, not us.
For example, your tutor might grade you on a simplified version of the problem to allow for the work you missed. But at some point, you're going to have to play catch-up.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.