ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

111,119 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,570 views

7 months 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,980 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,769 views

7 years 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,960 views

1 year 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,805 views

5 years 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,727 views

1 year 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,063 views

8 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,648 views

2 years 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

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

1 year 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,265 views

3 years ago

Utah Cpp Programmers
Basic HTTP and WebSocket Programming with Boost.Beast

Boost.Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing ...

1:31:30
Basic HTTP and WebSocket Programming with Boost.Beast

14,467 views

2 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,056 views

2 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

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

6 years ago

NERSC
10. CUDA C++ Basics

Part of the Nvidia HPC SDK Training, Jan 12-13, 2022. Slides and more details are available at ...

33:30
10. CUDA C++ Basics

20,237 views

4 years ago

The Builder
SDL2 Tutorial: How To Draw and Render Using C++

SDL2 helps programmers draw graphics to the screen by providing a simple C style interface to drawing functions simple collision ...

25:45
SDL2 Tutorial: How To Draw and Render Using C++

22,335 views

4 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,267 views

4 years ago

Matt Godbolt
Live Stream: Some C++ coding!

For a change! Some C++ programming!! I am working on an idea for a presentation for CppCon (I have a week left...) and you'll ...

2:10:08
Live Stream: Some C++ coding!

82,388 views

Streamed 6 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

Dev Kai
4. Unreal Engine 5 C++ | Gameplay Ability System - Step by Step

Full Playlist: https://youtube.com/playlist?list=PLuj2TAdp0tEpLJqkxLd4breqziSp049pZ&si=_pHNWCxbvqk0v2OR 00:00 - Intro ...

46:10
4. Unreal Engine 5 C++ | Gameplay Ability System - Step by Step

31,177 views

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

456 views

2 months ago

Using std::cpp
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

Learn what Return Value Optimization (RVO) is, and what you can do to ensure the compiler applies it on your C++ code! This talk ...

1:03:21
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

543 views

8 months ago

Erarnitox
Learn C++ (in 1 hour) - C++ Crash Course

In this video I cover all the most important C++ features in a single hour. This video really aims to be a jump start for beginners and ...

58:32
Learn C++ (in 1 hour) - C++ Crash Course

2,669 views

11 months ago