this post was submitted on 15 Jun 2023
6 points (100.0% liked)

Programming

568 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

hello, i'm new to programming in i'm trying to solve this exercise in C, basically it's the amount of passed hours between the start of a game and it's end, if the game started at 16 and ended at 2 the result is a game with 10 hours(in different days) i know i can to it more manually, but i wanted to somehow use the <time.h> to learn how to use a header etc, can someone help me?, thank you all

you are viewing a single comment's thread
view the rest of the comments
[–] JohnDClay 1 points 2 years ago

Leap days, leap seconds, time zones, daylight savings, and half a dozen other weird things make dining this way too hard. Use a library and hope the black magic keeps working