ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

130 results

Simon Howroyd
ESP-IDF in CPP 18: RTTI fix, attribute value specialisation and dynamic table GATTS construction

https://github.com/howroyd/esp32_youtube_series/commit/f3c4d0cfb30929dc9443c36b20c2f7df3ba3e465.

56:26
ESP-IDF in CPP 18: RTTI fix, attribute value specialisation and dynamic table GATTS construction

615 views

3 years ago

CppNow
Geller & Sermersheim: CopperSpice: The Next Generation of Signals

CopperSpice is a collection of cross platform GUI libraries inspired by an existing open source library. Our libraries use modern ...

1:15:33
Geller & Sermersheim: CopperSpice: The Next Generation of Signals

933 views

9 years ago

Using std::cpp
Known pitfalls in C++26 Contracts - Ran Regev

While the Contract facility gives a good way to find bugs, still it bears a few already known pitfalls. I'll open by describing the ...

1:14:49
Known pitfalls in C++26 Contracts - Ran Regev

2,265 views

6 months ago

Using std::cpp
Modern C++ Asynchrony Using Qt   Ville Voutilainen

The talk explains how P2300, the Senders & Receivers proposal, is integrated to Qt, and talks about the prototype implementation ...

1:19:03
Modern C++ Asynchrony Using Qt Ville Voutilainen

444 views

1 year ago

PyCon JP
Let Python talk native by Moriyoshi Koizumi

In this talk, I am going to mention several methods to use C or C++ code from within a Python script, including Cython, Boost.

53:03
Let Python talk native by Moriyoshi Koizumi

311 views

Streamed 12 years ago

CppNow
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

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

1:25:05
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

7,393 views

7 years ago

Embarcados TV
II SPCCPPSE: Otimizando C++ para Sistemas Embarcados - Luiz de Barros

II Seminário Programação C&C++ para Sistemas Embarcados Realizado pelo Embarcados, Comunidade C&C++ Brasil e Tempo ...

1:17:51
II SPCCPPSE: Otimizando C++ para Sistemas Embarcados - Luiz de Barros

739 views

10 years ago

CppNow
Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019

http://cppnow.org — Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019 Presentation Slides, ...

1:32:53
Matchine: C++ Pattern Matching for Open Sum Types - André Bergner - CppNow 2019

1,413 views

6 years ago

Roel Van de Paar
Code Review: Is there a better solution to get RTTI info about a polymorphic type?

Code Review: Is there a better solution to get RTTI info about a polymorphic type? Helpful? Please support me on Patreon: ...

2:58
Code Review: Is there a better solution to get RTTI info about a polymorphic type?

1 view

3 years ago

Roel Van de Paar
Unique type ID, no RTTI (2 Solutions!!)

Unique type ID, no RTTI Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

2:57
Unique type ID, no RTTI (2 Solutions!!)

11 views

3 years ago

SwedenCpp
Johan Thelin: Ancient C++

In the light of recent progress of C++, lets take a look back to the dark ages. How did we end up here, and how was it to develop ...

43:42
Johan Thelin: Ancient C++

348 views

6 years ago

Engineering Community
C++ code portability and ABI compatibility (are complicated) by Natalia Pyka

Lecture agenda: - C/C++ code portability issues - Code portability aspects among different architectures - API vs ABI - ABI ...

51:03
C++ code portability and ABI compatibility (are complicated) by Natalia Pyka

147 views

2 years ago

Embarcados TV
ISPCCPPSE Programando em C++ para Microcontroladores - Luiz de Barros

I Seminário Programação C&C++ para Sistemas Embarcados Realizado pelo Embarcados, Comunidade C&C++ Brasil e Tempo ...

1:04:54
ISPCCPPSE Programando em C++ para Microcontroladores - Luiz de Barros

1,690 views

10 years ago

Linux Plumbers Conference
The journey of BPF from restricted C language towards extended and safe C. - Alexei Starovoitov

The journey of BPF from restricted C language towards extended and safe C. - Alexei Starovoitov --- The Linux Plumbers ...

35:30
The journey of BPF from restricted C language towards extended and safe C. - Alexei Starovoitov

411 views

3 years ago

The Debug Zone
Why C++ Compilers Don't Optimize dynamic_cast for Final Classes Explained

In this video, we delve into the intricacies of C++ compilers and their handling of the `dynamic_cast` operator, particularly when it ...

1:51
Why C++ Compilers Don't Optimize dynamic_cast for Final Classes Explained

6 views

9 months ago

Shankar Tisu
A Tutorial Introduction to C++11 & 14 Part 1

I created this video with the YouTube Video Editor (http://www.youtube.com/editor)

1:34:09
A Tutorial Introduction to C++11 & 14 Part 1

45 views

10 years ago

CppNow
C++14: Through the Looking Glass

Michael Wong's presentation from C++Now 2014. --- *--* ---

1:15:05
C++14: Through the Looking Glass

3,937 views

11 years ago

Xplore
C++ for Embedded Development

Embedded developers often don't realize what new developers are missing, so they don't share. I intend to bridge that gap by ...

52:28
C++ for Embedded Development

110 views

7 years ago

The Linux Foundation
Embedded Linux Conference 2013 - olibc: Another C Runtime Library

The Linux Foundation Embedded Linux Conference 2013 olibc: Another C Runtime Library for Embedded Linux By Jim Huang ...

46:01
Embedded Linux Conference 2013 - olibc: Another C Runtime Library

1,133 views

12 years ago

GNU Tools Cauldron
Handling C++ Exception Hierarchies in Ada

GNAT already offered mechanisms to handle C++ exceptions, but they were limited to exact class type matches. This presentation ...

20:49
Handling C++ Exception Hierarchies in Ada

26 views

2 months ago

Einsteinzee
Learning by doing :: C++ -- Casting in C++

This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...

15:31
Learning by doing :: C++ -- Casting in C++

92 views

1 year ago

SwedenCpp
Harald Achitz: Type erasure in C++, and some details

What is type erasure, why would I ever need it, and how could it be implemented. This talk tries to answer those questions. On the ...

1:18:50
Harald Achitz: Type erasure in C++, and some details

663 views

7 years ago

HiRSE
C++ HiRSE Summer of Programming Languages

The HiRSE Summer of Programming Languages series features C++ and our speaker is Ivo Kabadshow from Juelich ...

37:09
C++ HiRSE Summer of Programming Languages

172 views

4 months ago

MUCplusplus
[MUC++] Sándor Dargó - What about executable sizes?

Initially, my primary focus as a developer was to ensure that my code could compile and execute - more or less - as intended.

1:14:38
[MUC++] Sándor Dargó - What about executable sizes?

175 views

2 years ago

Codotaku
Creating my first C modern game engine Codoxel from scratch with a vulkan renderer

Creating my first C modern game engine Codoxel from scratch with a vulkan renderer Creating a game engine is hard so I'd like ...

2:40:09
Creating my first C modern game engine Codoxel from scratch with a vulkan renderer

151 views

Streamed 2 years ago