Time Library | C Programming Tutorial

Time Library | C Programming Tutorial

Portfolio Courses

3 года назад

43,835 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@tdoc666___
@tdoc666___ - 04.02.2024 21:07

this topic took a long time to explain, what a bad joke...

Ответить
@angeltorresloya
@angeltorresloya - 26.10.2023 02:09

Thank you, I learned a lot fo things

Ответить
@mjsaedy6637
@mjsaedy6637 - 05.10.2023 09:45

"go through the functions one at a time"
Pun intended?

Ответить
@thomaschurch1969
@thomaschurch1969 - 04.10.2023 01:50

Awesome video, very well done.

Ответить
@leythecg
@leythecg - 23.09.2023 18:03

Great presentation and content! 👍👍👍

Ответить
@trikkee
@trikkee - 29.07.2023 06:21

How about the theory of the relativity where time count down slowly ?
Thank you for sharing.

Ответить
@handsomeman-pm9vy
@handsomeman-pm9vy - 01.06.2023 14:02

WTF? How many libraries are needed for a simple program?
C sucks!

Ответить
@junpuyinwei4020
@junpuyinwei4020 - 12.04.2023 09:40

谢谢!😜

Ответить
@haripriyaraja1890
@haripriyaraja1890 - 11.04.2023 10:13

Thank you so much

Ответить
@miguelcosta4450
@miguelcosta4450 - 02.03.2023 18:40

Portfolio can you help me? You have discord?

Ответить
@dewaldesterhuysen712
@dewaldesterhuysen712 - 29.01.2023 12:17

This helped, thank you for the time and effort.

Ответить
@ismailchiba7002
@ismailchiba7002 - 30.12.2022 03:01

i have a question what does seed mean like when we want to use the srand fuction : srand(time(0))

Ответить
@ismailchiba7002
@ismailchiba7002 - 30.12.2022 02:58

Thank you for the great video

Ответить
@radio_electronics4047
@radio_electronics4047 - 13.12.2022 00:10

sleep(2) does not work for me. It creates an endless loop...
Edit: Ok, the problem was that I didn't put a \n at the end of a printf statement, and C somehow cant write into the same line again,
when there was a sleep in between.

Ответить
@towtruckn
@towtruckn - 12.12.2022 14:52

Thank you for the great video I was playing around with this for hours and learnt so much. With the strftime() function all of the format specifiers are identical to those given in the man page for the date command. The specifiers for its default output are "%a %d %b %Y %X %Z" if anyone is interested. Hope this helps

Ответить
@cd-stephen
@cd-stephen - 24.10.2022 02:45

great vid - love how you described epoch

Ответить
@alonsomadronal2919
@alonsomadronal2919 - 23.10.2022 19:01

Cool video! I really needed it, thanks!

Ответить
@gabrielveloz3296
@gabrielveloz3296 - 15.10.2022 05:42

never subscribed so fast before

Ответить
@maurod6180
@maurod6180 - 12.10.2022 06:04

great

Ответить
@gurmukhsingh8190
@gurmukhsingh8190 - 20.09.2022 13:42

Hi I tried the code from this video in the Arduino IDE. I want to show the current time and date. However, the output is showing the time and date from January 1970. Any ideas on how I can fix this code?

void loop()

{

time_t now = time(NULL);
char *string_now = ctime(&now);
Serial.println(string_now);

}

Ответить
@printdaniel
@printdaniel - 03.08.2022 22:58

Thanks you!!!.

Ответить
@TheSquareClasses
@TheSquareClasses - 29.06.2022 15:39

You are awesome.
You explained it very simply.
I am no words for thanking you.
Love you man ❤️❤️.

Ответить
@u12blue
@u12blue - 25.06.2022 08:54

I've been looking for a channel like this for a very long time!!! Thank you so much for making this video!!!

Ответить
@johnpipe362
@johnpipe362 - 10.06.2022 19:47

Very Helpful.

Ответить
@nrdfoss
@nrdfoss - 23.05.2022 12:56

best time tutorial on yt

Ответить
@saboten7584
@saboten7584 - 20.05.2022 20:13

Thanks for the Amazing Lectures!

Ответить
@Bruh-nj3bv
@Bruh-nj3bv - 14.05.2022 19:44

2 secs 😈

Ответить
@thundercloud-7913
@thundercloud-7913 - 05.05.2022 04:03

very good video, been looking after content like this of c programming during weeks and wasn't able to find anything good enough like this

Ответить
@hilacohen230
@hilacohen230 - 25.03.2022 17:32

Thanks for straightforward explanation ! Is there a way to see the current time (since EPOCH) in milliseconds?

Ответить
@exp3rim
@exp3rim - 01.03.2022 19:50

Thank you very much. It was very helpful.

Ответить
@golladhanushkumar2991
@golladhanushkumar2991 - 24.02.2022 10:43

Thank you very much for making this video ... It's helped me a lot 😊

Ответить
@nickklotz4333
@nickklotz4333 - 01.02.2022 10:29

Thank you so much for making this video! I can't even explain how helpful this was.

Ответить
@shvideo1
@shvideo1 - 17.12.2021 04:53

I echo the other comments. Excellent C tutorial. Thank you for putting it together.

Ответить
@sigmage5345
@sigmage5345 - 16.12.2021 17:30

Thanks for this awesome and useful video!

Ответить
@abuaisha93
@abuaisha93 - 24.11.2021 17:19

this vid is awesome. keep going

Ответить
@arjunmandavkar8597
@arjunmandavkar8597 - 29.10.2021 10:57

Very useful. Thank you man.

Ответить