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,557 views

5 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
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,928 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

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

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

363 views

3 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

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

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

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

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

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

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

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

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_1

3 views

1 year 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

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