ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,958 results

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

3,397 views

1 year ago

Computer Graphics at TU Wien
C/C++ Memory | "Handling Variables on the Stack & Heap" | C/C++ Lecture Series, Episode 1 | ECG 2021

Learn about the different memory sections of programs, in particular about the stack, the heap, and the read-only data section.

25:45
C/C++ Memory | "Handling Variables on the Stack & Heap" | C/C++ Lecture Series, Episode 1 | ECG 2021

4,872 views

4 years ago

Profesor Retroman
C y Ensamblador desde 0: ¡Colisiones! (if avanzado, stack, lectura de teclado, geometría y +)

Episodio 3 - 26/ago/2022 ==== [ Todos: https://bit.ly/C-ASM_desde0 ] Terminamos nuestro Mini-Shooter haciendo que nuestra ...

2:58:29
C y Ensamblador desde 0: ¡Colisiones! (if avanzado, stack, lectura de teclado, geometría y +)

59,332 views

Streamed 3 years ago

LispNYC
Kai Schmidt: The Quest for Tacit; Combinators, Arrays, and Beyond

My exploration of trying to make pure tacit code workable including parts about combinators, stack-orientation, and arrays.

1:36:59
Kai Schmidt: The Quest for Tacit; Combinators, Arrays, and Beyond

1,331 views

Streamed 2 years ago

Thom Wiggers
Stack and Heap (Hacking in C: Lecture 3)

In this lecture of Hacking in C, we will cover: * Stack variables and what else is on the stack * Heap * Printf Find the slides at ...

1:11:20
Stack and Heap (Hacking in C: Lecture 3)

821 views

Streamed 5 years ago

ELO 320 Estructura de Datos y Algoritmos UTFSM
Clase 5, listas dobles y stack

Que está por aquí en el stack tenemos. Nuestro asterisco head vez. Qué es un puntero. Al primer elemento verdad. Sí. Entonces ...

1:27:35
Clase 5, listas dobles y stack

1,949 views

12 years ago

Ron Wellman
11 - Dynamic Memory Allocation

In video 11 of our series on rediscovering the C programming language, we'll discuss dynamic memory allocation. We'll discuss ...

1:07:01
11 - Dynamic Memory Allocation

89 views

5 years ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

81,118 views

6 years ago

Amanpreet Kapoor
Make Valid String: Lists, Stacks, and Queue

You are given a string str that contains only the characters (, ), {, }, [, ]. The string str is valid if: each opening bracket is closed by a ...

39:14
Make Valid String: Lists, Stacks, and Queue

49 views

1 year ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

246,795 views

6 years ago

Aaron Bauer
CS 208 Memory Layout and the Stack

We finish up with structs, revisit the regions of memory, and dive into how assembly interacts with the stack. Music by BoxCat ...

57:17
CS 208 Memory Layout and the Stack

63 views

4 years ago

Tiago Cogumbreiro
CS450   28   01  Monadic stack machine live coding

... a global stack and this is essentially the model of stack based processors such as the JVM or the C Python interpreter if you look ...

44:25
CS450 28 01 Monadic stack machine live coding

270 views

5 years ago

secappdev.org
C-Based Application Exploits and Countermeasures - Yves Younan

The C and C++ programming languages have some serious shortcomings from the point of view of security. Certain kinds of bugs ...

1:26:43
C-Based Application Exploits and Countermeasures - Yves Younan

11,862 views

12 years ago

CppNow
C++Now 2019: Andreas Weis “Exceptions Demystified”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:31:47
C++Now 2019: Andreas Weis “Exceptions Demystified”

4,064 views

6 years ago

neurozero
Storage Allocation, Stack Discipline, Calling Conventions

How Computers Work Storage Allocation, Stack Discipline, Calling Conventions aduni.

1:29:13
Storage Allocation, Stack Discipline, Calling Conventions

38 views

8 years ago

Binary Cave
Stack Organization - Computer System Architecture

Stack is a storage structure that stores information in such a way that the last item stored is the first item retrieved. It is based on the ...

34:46
Stack Organization - Computer System Architecture

180 views

4 years ago

someprofs
20231109 CISP 310 stack operations, call, return, jmp

... down there okay so if this is the stack that we were just talking about so that means you as a variable this is where stack is St a c ...

1:33:11
20231109 CISP 310 stack operations, call, return, jmp

81 views

2 years ago

Adam Doupé
CSE 340 11-16-15 Office Hours "Visualizing the Stack and Function Frames"

Recorded office hours discussion for CSE 340. Discussed how to visualize the stack and function frames using a student-given ...

26:35
CSE 340 11-16-15 Office Hours "Visualizing the Stack and Function Frames"

828 views

10 years ago

RU Computer Science
Tölvuhögun 2015 - F16 Overview of the Stack hw4 and gdb

In this lecture we will be go deeper into how the stack works, look at the gdb debugger and do some hacking. We will also look at ...

1:17:11
Tölvuhögun 2015 - F16 Overview of the Stack hw4 and gdb

410 views

9 years ago

Aaron Bauer
CS 208 More Memory and C

We learn about the differences between stack and heap memory, and look at how to interact with them in C. Music: Movement I of ...

59:51
CS 208 More Memory and C

24 views

3 years ago