how to write a program that can accept a date from user and print the day on which it occurs
biljith 0 Newbie Poster
Recommended Answers
Jump to PostEr, did you mean to start a poll with a random question in it?
To answer your (post) question:
- Read in a date from the user as
std::string
- Parse the string to extract the day, month, year etc.
- Calculate the number of days from the date the …
All 4 Replies
ravenous 266 Posting Pro in Training
Duki 552 Nearly a Posting Virtuoso

iamthwee
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.