This memory pattern is why I'm using zig | Zig tutorial part 5

This memory pattern is why I'm using zig | Zig tutorial part 5

Matt Freire

10 месяцев назад

2,367 Просмотров

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


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

@bokutokoutarou
@bokutokoutarou - 21.09.2023 18:12

started following you for zig content
currently going through ziglings 😅 thank you for the videos

Ответить
@knowledgedose1956
@knowledgedose1956 - 21.09.2023 18:48

thank you for your content 🙏🏻

Ответить
@enzocalzone5298
@enzocalzone5298 - 21.09.2023 21:20

Nice! This is just lovely, I was hoping to get part 5 of this series soon

Ответить
@faysoufox
@faysoufox - 21.09.2023 23:17

You need to add the video to the zig playlist. Thanks for the video !

Ответить
@user-wg1rj5gf5k
@user-wg1rj5gf5k - 22.09.2023 08:23

Love your strategy! Learn by example.
You can use std.ascii.isAlphabetic() method to ensure numbers ain't part of your stack.

Ответить
@enzocalzone5298
@enzocalzone5298 - 22.09.2023 22:20

An easy way to check for numbers in the crate lines could be with std.ascii.isDigit()

Ответить
@samuelnavarro5450
@samuelnavarro5450 - 30.09.2023 05:52

Hi Matt! your justdjango website does not allow me to cancel my subscription. I would appreciate if you fix it as soon as possible so that I don't get another charge. Thanks in advance.

Ответить
@user-iy6tz3ei9s
@user-iy6tz3ei9s - 09.10.2023 20:00

I have a question? How to know your courses on your websites is finished or still pre-leased?

Ответить
@pietraderdetective8953
@pietraderdetective8953 - 13.12.2023 23:26

love your videos Matt!
Please continue with the Zig series...I'm diggin it!

Ответить
@teddyjuma2060
@teddyjuma2060 - 27.12.2023 21:17

whats the font?

Ответить
@wojtekyoutubuje
@wojtekyoutubuje - 02.02.2024 21:31

That is simply well known OOP idea of object constructors and destructors reinvented. The difference is in Zig it needs to be implemented explicitly with chosen allocator whereas C++ do it implicitly.

Ответить