Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7432135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:24:32+00:00 2026-05-29T09:24:32+00:00

I have a project that needs me to accept an input for when (during

  • 0

I have a project that needs me to accept an input for when (during the same day, I assume) an assignment is due. I was trying to follow some code from a similar question but it’s giving me an error, which I assume has to do with time_t and int values. Here’s my code:

#include <iostream>
#include <ctime>
using namespace std;

int main() {
 int hour_input,min_input;

 cout << "What hour is your assignment due?\n";
 cin >> hour_input;
 cout << "What minute is your assignmnet due?\n";
 cin >> min_input;

 struct tm* tm;
 time_t ts = time(NULL);
 long int delta;
 tm->tm_hour = hour_input;
 tm->tm_min = min_input;

 delta = mktime(tm) - ts;
 delta += 24*60*60;
 cout << "There are "<< delta << " minutes until your assignment is due!\n";

 return 0;
}

What I’m looking for is some guidance on how to use the functions within the <ctime> header properly, thanks for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:24:33+00:00Added an answer on May 29, 2026 at 9:24 am
    double deltaMinutes = difftime(later,earlier) / 60.0;
    

    I’d initialize each time struct to the current date. Note, that 1970 is designated by 70 in member tm::tm_year.

    http://www.cplusplus.com/reference/clibrary/ctime/difftime/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project that needs to play video but not allow downloading. I'd
I have a Java project that needs a addon interface. I was thinking about
I have a home project that really needs to be in Source Control. I
I'm working on a project that needs to have a list of weekdays. I
I have a console application project in C# 2.0 that needs to write something
On the project I'm working on, we have a file with svn:needs-lock that's frequently
I have a M2M project that sends out the following headers. HTTP/1.1 Accept-Language: zh-cn
I have a project that needs a sort of shopping cart that is always
I have a project that needs the following Maven jibx plugin: <build> <plugins> <plugin>
I have this large C++ project that I need to build on a platform

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.