ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

536 results

Welcome to Zig
From C programming language to Zig. Struct methods. #ziglang

The Zig programming language is relatively new. It was first released to the public on February 8, 2016. It is designed as a modern ...

1:45
From C programming language to Zig. Struct methods. #ziglang

211 views

3 weeks ago

Jody Bruchon
CPU Cache Lines And Performance Visually Explained For Programmers

You wanted to know about caches. Now you know about caches. SUPPORT LINKS PayPal: https://paypal.me/JodyBruchon Ko-Fi: ...

12:50
CPU Cache Lines And Performance Visually Explained For Programmers

1,666 views

3 weeks ago

Refactoring Bitcoin
Creating a class diagram from a C API

In the first real episode of Refactoring Bitcoin, we analyze the current C API of the Bitcoin kernel library and manually turn it into a ...

26:27
Creating a class diagram from a C API

153 views

3 weeks ago

The Coding Gopher
99% of Developers Don't Get Semaphores

Check out Graphite: https://graphitedev.link/gopher ❤️ Get 40% OFF CodeCrafters: ...

11:25
99% of Developers Don't Get Semaphores

25,848 views

3 weeks ago

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: Linked Lists Are Crab Kryptonite

It's amazing to me how something as simple as a linked list absolutely destroys cocky Rust programmers. (UI doc still in progress, ...

17:18
Rust Programmers Can't Understand Basic C Programming: Linked Lists Are Crab Kryptonite

2,537 views

3 weeks ago

Sophia Wagner
Mathematica: When to use WVM instead of C for CompilationTarget?

When to use WVM instead of C for CompilationTarget? Hey guys! Hopefully you found a solution that helped you! The Content is ...

3:22
Mathematica: When to use WVM instead of C for CompilationTarget?

8 views

3 weeks ago

Jody Bruchon
How File Duplicate Finders Like jdupes Work, Visually Explained...And Why It's So Fast!

This is a breakdown of the basic algorithm behind jdupes, simplified so that most people can understand what's going on under ...

15:09
How File Duplicate Finders Like jdupes Work, Visually Explained...And Why It's So Fast!

458 views

3 weeks ago

The Debug Zone
How to Modify an Array Inside a Function in C: A Step-by-Step Guide

In this video, we'll explore the intricacies of modifying arrays within functions in the C programming language. Understanding how ...

1:58
How to Modify an Array Inside a Function in C: A Step-by-Step Guide

0 views

3 weeks ago

Nic Ferrier
Talking about closures and nested functions in C, Part 4: a simple example of file closing PLUS...

I've been talking about using closures in C through using the GCC nested functions implementation (which is now safe from stack ...

16:49
Talking about closures and nested functions in C, Part 4: a simple example of file closing PLUS...

437 views

Streamed 2 weeks ago

Nic Ferrier
Talking about closures and nested functions in C - Part 2: something working

Closures are (probably) coming to C so I am mucking about with nested functions in C (which have also recently been made safe) ...

26:49
Talking about closures and nested functions in C - Part 2: something working

68 views

Streamed 2 weeks ago

Sophia Wagner
Codereview: Custom Memory Allocator in C

Custom Memory Allocator in C Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

3:03
Codereview: Custom Memory Allocator in C

1 view

4 weeks ago

Kunusoft
Translating C Functions to Arm64 Assembly on Raspberry Pi #translation #raspberrypi #assembly

In this video we translate two C programs—strcpy and nested for loops—into ARM64 assembly on a Raspberry Pi. We connect via ...

7:40
Translating C Functions to Arm64 Assembly on Raspberry Pi #translation #raspberrypi #assembly

438 views

4 weeks ago

Peter Schneider
Why would one reset local variables at the end of a C function?

Why would one reset local variables at the end of a C function? I hope you found a solution that worked for you :) The Content is ...

2:52
Why would one reset local variables at the end of a C function?

2 views

3 weeks ago

Matt Godbolt
[AoCO 18/25] Partial Inlining

Day 18 of the Advent of Compiler Optimisations - Partial Inlining It's not always a good idea to inline larger functions; but the ...

6:54
[AoCO 18/25] Partial Inlining

6,779 views

3 weeks ago

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: "It's Just a Rounding Error, Bro!"

Imagine calling the biggest thing that affects performance for every program since the early 1990s "just a rounding error." It's like ...

7:25
Rust Programmers Can't Understand Basic C Programming: "It's Just a Rounding Error, Bro!"

3,191 views

4 weeks ago

Its Code Time
Leetcode Biweekly 172 (1-4) All solutions explained ! Don't miss out this one !

Hellooooo Guyysss, Me aka Amit is back again with another solution video this weekend ! In this video we have covered ...

57:55
Leetcode Biweekly 172 (1-4) All solutions explained ! Don't miss out this one !

43 views

2 weeks ago

Codotaku
Modern C++ async chat server using coroutines and boost asio

Modern C++ async chat server using coroutines and boost asio Discord: https://discord.codotaku.com.

15:22
Modern C++ async chat server using coroutines and boost asio

295 views

3 weeks ago

Sophia Wagner
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" a...

Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" and hence invoking UB? Hey guys!

4:04
Assigning a subsection of C-style array using a std::array& without violating "strict aliasing" a...

3 views

3 weeks ago

Codotaku
LLVM IR C++ API: PHI Nodes, stack memory and printf

LLVM IR C++ API: PHI Nodes, stack memory and printf On the road to create our own compiler Discord: ...

19:34
LLVM IR C++ API: PHI Nodes, stack memory and printf

132 views

2 weeks ago

package main
Trying manual memory management in Go

Get Rust training from Let's Get Rusty: https://letsgetrusty.com/start-with-packagemain - Code: ...

11:39
Trying manual memory management in Go

2,367 views

3 weeks ago