ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

117,718 results

CppNow
Designing XML API for Modern C++

Boris Kolpackov's talk from C++Now 2014 Slides are available at: ...

1:44:32
Designing XML API for Modern C++

6,838 views

11 years ago

Using std::cpp
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

By now, C++ is a language with a long history. This leads many people to overlook decades of progress and describe C++ as if ...

1:37:35
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

17,566 views

7 months ago

toalexsmail
C++ and Beyond 2012: Herb Sutter - atomic Weapons 1 of 2

https://channel9.msdn.com/Shows/Going+Deep/Cpp-and-Beyond-2012-Herb-Sutter-atomic-Weapons-1-of-2 Download the slides.

1:21:13
C++ and Beyond 2012: Herb Sutter - atomic Weapons 1 of 2

63,768 views

8 years ago

strager
How I use C++: a line-by-line code review

Let's walk through quick-lint-js, a 100k-line C++ project, and talk about the code style and design decisions. Links: Stewart Lynch's ...

1:40:40
How I use C++: a line-by-line code review

301,977 views

3 years ago

CppNow
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

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

1:30:40
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

50,762 views

7 years ago

The Linux Foundation
C++ for Embedded Development

C++ for Embedded Development - Thiago Macieira, Intel Traditional development lore says that software development for ...

52:28
C++ for Embedded Development

115,046 views

8 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,801 views

5 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

704,604 views

2 years ago

Riffomonas Project
Incorporating C++ code in an R package with Rcpp and devtools (CC288)

Sometimes R code just isn't fast enough. When you've tried all of the other options, rewriting the R code in C++ can be a great ...

26:30
Incorporating C++ code in an R package with Rcpp and devtools (CC288)

1,992 views

1 year ago

Godot Engine
C++ for Godot with GDExtension – David Snopek – GodotCon 2024

Would you like to integrate your game with a third-party C++ library? Or, extend Godot engine at a fundamental level without ...

1:31:44
C++ for Godot with GDExtension – David Snopek – GodotCon 2024

30,713 views

1 year ago

Using std::cpp
Generic Programming in C++ - Bjarne Stroustrup

Generic programming has been the backbone of the ISO C++ standard library and much other code for decades. With C++20 the ...

1:57:15
Generic Programming in C++ - Bjarne Stroustrup

6,958 views

1 year ago

Using std::cpp
The C++ rvalue lifetime disaster - Arno Schödl. think cell

https://eventos.uc3m.es/93418/programme/using-std-cpp-2023.html Rvalue references have been with us since C++11.

53:54
The C++ rvalue lifetime disaster - Arno Schödl. think cell

5,752 views

2 years ago

SwedenCpp
Arvid Norberg: The C++ memory model: an intuition

Have you ever wondered about the meaning of acquire, release, relaxed and sequentially-consistent? These are the "memory ...

25:37
Arvid Norberg: The C++ memory model: an intuition

22,754 views

6 years ago

Cpp Usergroup Dresden
Jupp Mueller "High performance metrics instrumentation using prometheus-cpp"

Gaining visibility into what happens in programs and collecting metrics is vital for ensuring software behaves as expected in the ...

51:44
Jupp Mueller "High performance metrics instrumentation using prometheus-cpp"

1,177 views

5 years ago

Utah Cpp Programmers
Writing Native Win32 Applications with WinLamb and Modern C++

The Win32 Windows API has been around for decades as a C API for GUI applications. At its heart, every Win32 application is a ...

2:00:43
Writing Native Win32 Applications with WinLamb and Modern C++

4,053 views

2 years ago

Jannis Limperg
A Novice-Friendly Induction Tactic for Lean (CPP 2021 long presentation)

Companion talk for the paper "A Novice-Friendly Induction Tactic for Lean", presented at CPP 2021. Preprint: ...

31:29
A Novice-Friendly Induction Tactic for Lean (CPP 2021 long presentation)

128 views

5 years ago

Simon Howroyd
ESP-IDF in CPP 05: Calling a method only once; FreeRTOS mutex (inc. static and recursive)

https://github.com/howroyd/esp32_youtube_series/commit/077e8383e206c8a08c3b93384180659b11d1a936.

58:03
ESP-IDF in CPP 05: Calling a method only once; FreeRTOS mutex (inc. static and recursive)

2,266 views

4 years ago

Utah Cpp Programmers
Messaging with 0MQ (ZeroMQ)

ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework.

1:19:17
Messaging with 0MQ (ZeroMQ)

17,264 views

3 years ago

Erarnitox
The Most Useful C++ Libraries

Core Libraries: - 1) 0:30 | https://pocoproject.org - 2) 1:58 | https://github.com/facebook/folly - 3) 2:08 ...

22:13
The Most Useful C++ Libraries

453 views

2 months ago

Microsoft Visual Studio
C++ Programming with Visual Studio Code

In this episode, Robert is joined by Rong Lu, who shows the C/C++ support in Visual Studio Code provided by the Microsoft ...

24:30
C++ Programming with Visual Studio Code

44,142 views

8 years ago