ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

60 results

CppNow
C++Now 2018: Jonathan Müller “Rethinking Pointers”

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

1:23:54
C++Now 2018: Jonathan Müller “Rethinking Pointers”

5,947 views

7 years ago

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,251 views

9 years ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

151,615 views

5 years ago

CppNow
Leor Zolman: A Whirlwind Overview of C++11

Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...

1:38:24
Leor Zolman: A Whirlwind Overview of C++11

3,960 views

13 years ago

The Linux Foundation
Mentorship Session: Unraveling RCU-Usage Mysteries (Fundamentals)

RCU's little secret is that it is conceptually dead simple. It has two core conceptual components. The first is a mechanism for ...

1:43:56
Mentorship Session: Unraveling RCU-Usage Mysteries (Fundamentals)

6,930 views

4 years ago

GTL
PROG2006: Rust - smart pointers

PROG2006 - Advanced Programming Rust: smart pointers, Box, Rc.

1:10:57
PROG2006: Rust - smart pointers

1,671 views

4 years ago

Cambridge University RSE Seminars
Fortran77: It's really C with none of the safeguards - Simon Clifford (Hallowe'en special)

Presenter: Simon Clifford, Research Software Engineer, University of Cambridge Presented on: 2023-10-26 Abstract: Fortran was ...

43:28
Fortran77: It's really C with none of the safeguards - Simon Clifford (Hallowe'en special)

180 views

1 year ago

CppNow
Design Journeys with Skoot, a Peer Oriented Generic Networking Library - Cliff Green [ BoostCon ]

https://cppnow.org --- The road to an effective, elegant, and generic C++ library always involves wrong turns, dark alleyways, and ...

1:30:00
Design Journeys with Skoot, a Peer Oriented Generic Networking Library - Cliff Green [ BoostCon ]

162 views

12 years ago

CppNow
Rob Stewart: Survey of Multi-Threaded Programming Support in C++11 and Boost

This tutorial will survey the tools provided by C++11 and Boost for multi-threaded programming. This includes the obvious ...

1:23:52
Rob Stewart: Survey of Multi-Threaded Programming Support in C++11 and Boost

1,919 views

12 years ago

AUC_ANZ
Objective-C Memory Management Essentials (/dev/world/2011)

Presenter: Steven Saunders Debugging memory related bugs can be a time-consuming and headache-inducing process. A solid ...

47:16
Objective-C Memory Management Essentials (/dev/world/2011)

410 views

11 years ago

Thomas Padron-McCarthy
The Semantic Phase and Type Systems

Lecture 10 in the course DT135G Compilers and Interpreters at Örebro University, fall 2022. Link to the course: ...

1:26:31
The Semantic Phase and Type Systems

364 views

3 years ago

CppNow
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

https://cppnow.org --- The C++0x draft standard introduces threads into the language, and carefully defines the meaning of ...

1:38:03
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

736 views

12 years ago

CppNow
Object-relational mapping with ODB and Boost - Boris Kolpackov [ Boostcon 2011 ]

https://cppnow.org --- ODB is an open-source, cross-platform and cross-database object-relational mapping (ORM) system for C++ ...

54:01
Object-relational mapping with ODB and Boost - Boris Kolpackov [ Boostcon 2011 ]

671 views

12 years ago

Sonia: Code & Skate | Play
C++ vs Rust - Ep.3. Shared Ownership: Nodes & Pins (NodeGraph)

I will be explaining problem of dangling references as a consequence of using raw pointers, and a solution to use weak pointers ...

36:22
C++ vs Rust - Ep.3. Shared Ownership: Nodes & Pins (NodeGraph)

285 views

10 months ago

Giuseppe Lipari
CBSD, lecture 1, 12 March 2014, part 1

In this first lecture I present the content of the course, and then I start by briefly introducing the C++ language and what is different ...

55:40
CBSD, lecture 1, 12 March 2014, part 1

667 views

11 years ago

Darrell Root
The Swift Programming Language Book: Automatic Reference Counting (ARC) - The Video Version

This 28-minute video is an unabridged presentation of "The Swift Programming Language (Swift 5.6)" book chapter "Automatic ...

28:29
The Swift Programming Language Book: Automatic Reference Counting (ARC) - The Video Version

359 views

3 years ago

Adrian Ocneanu
L32 Adrian Ocneanu Harvard Physics 267 2017 11 17

Higher Representation Theory Higher Analogs of Simple Lie Algebras Adrian Ocneanu Harvard Physics 267 Fall 2017 The ...

56:30
L32 Adrian Ocneanu Harvard Physics 267 2017 11 17

28 views

7 years ago

Adam Doupé
CSE 340 F16: 10-12-16 "Semantics Pt. 8 and Types Pt. 1"

Recorded lecture for CSE 340 F16 on 10/12/16. We discussed memory errors, examples of dangling references, examples of ...

50:56
CSE 340 F16: 10-12-16 "Semantics Pt. 8 and Types Pt. 1"

1,026 views

9 years ago

someprofs
20231122 CISP 440

Now because we have vertexes c and e in Q right now so Q is not empty and that's why we have to get into the body of the loop ...

1:21:21
20231122 CISP 440

72 views

2 years ago

CppNow
Zhihao Yuan: Fun with C11 generic selection expression

One must be really brave to talk about a C-only language feature on a C++ conference, especially when the feature is considered ...

1:09:27
Zhihao Yuan: Fun with C11 generic selection expression

1,533 views

9 years ago

openSUSE
openSUSE Conference 2017 Libabigail: How semantic analysis of C and C++ ELF binaries can be used to

https://media.ccc.de/v/1234-libabigail-how-semantic-analysis-of-c-and-c-elf-binaries-can-be-used-to-analyze-abi-changes ...

1:00:06
openSUSE Conference 2017 Libabigail: How semantic analysis of C and C++ ELF binaries can be used to

633 views

8 years ago

CS50
Section 8: More Comfortable

Unlike C where NULL is just a pointer with address 0, in PHP, NULL is its own type where the only valid thing of that type is NULL.

1:22:49
Section 8: More Comfortable

796 views

13 years ago

CH 36: IIT Madras 06: Skills and Logistics
Polyhedral Compilation and Loop Optimizations The Structure of Modern Compiler Modern Challenges.mp4

swayamprabha #ch36sp Subject : Skill Course Name :ACM India Summer School on IoT and Embedded Systems - ACM Summer ...

37:05
Polyhedral Compilation and Loop Optimizations The Structure of Modern Compiler Modern Challenges.mp4

1 view

1 year ago

jasonofthel33t
CS2104 Programming Languages Lecture 9

CS2104 Programming Languages Lecture 9.

1:49:23
CS2104 Programming Languages Lecture 9

181 views

13 years ago

jasonofthel33t
CS2104 Programming Languages Lecture 5

CS2104 Programming Languages Lecture 5.

1:47:07
CS2104 Programming Languages Lecture 5

198 views

13 years ago