C Programming Tutorial 76, Time Functions

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

8 years later and this video helped me with doing my project
Thanks man <3

alirezasaghaeian
Автор

almost 9 years later and this was still useful, thank you goat.

francogarciaaxama
Автор

Hey man, 6 years later still helping !!! :D THANKS !

emerald
Автор

10 years later and this video helped me with doing my project
Thanks man !!!

mhamadfawaz
Автор

"military time" haha, it's simply 24h format, which most people in the world use. good tutorial

xx
Автор

thanks man ❤
it really helped me a lot to understand it

feqfvki
Автор

what l love about C and your tuts is that the more advance the tuts get the more fun i get programming! that keeps me always wanting to learn more up to the point that i love OS programming, Encryptions, and Artificial Intelligence!

thewhisperinyourears
Автор

how to calculate time taken by a sorting alogorithm in milli or micro seconds, i intent to compare time of different sorting algorithms.
And thanks soo much for sharing your knowledge.

bhaskerthapa
Автор

i studied at the university in Greece computer science, but the professor only teached us srand(time()); of the time.header file!!!and that happened in 2001!!!

panagiotiskoligas
Автор

good work!!!really nice code...i liked your video.if i may ask, how do you know all this great stuff?from your job, or from the internet?thanks in advance.

panagiotiskoligas
Автор

I'm pretty sure that by convention if an application succeeds in running it is supposed to return zero, that's why I have it there. If nothing is there I think it will just return trash. Really, I should have a return statement there, but it doesn't make that much of a difference.

iTzAdamX
Автор

time_t isnt a struct i dont think. it actually varies what exactly it is but afaik its always just gunna be a number--and holds number of seconds since unix epoch. struct tm parses that into a human readable date/time

mayu-gogz
Автор

Thanks a lot... Very nice tutorial... :)

Itzhayder
Автор

thx men! i love you brether! <3 you help me a lot!

DavidRuizsc
Автор

how would i store the date in a string.

delanotracey
Автор

Now you include an external library (time.h). If you would write this code without any external libraries, how would it look like?

emilolsson
Автор

who the heck !! thought that months are 0 based???? was it Ritchie? if he was then he is from alien moon! and i really like the C creator but looks like he just was drunk writing this lib!

thewhisperinyourears
Автор

You were always including a "return 0" statement at the end of main() in previous tutorials. This one does not have it. Does it make a difference? If yes, how?

reisanibal
Автор

that software do you use to program? Dev c++ doesnt have such function as chose the function of the library at once

MrFrederico
Автор

I want to print hour and minute but if thee time like 18.03 it prints 18.3 . How can i print the minute like 18.03 .

mika