ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

151,189 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

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

8 years ago

CppNow
C++Now 2018: John Lakos “C++ Modules & Large-Scale Development”

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

1:25:39
C++Now 2018: John Lakos “C++ Modules & Large-Scale Development”

9,515 views

7 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

302,016 views

3 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,602 views

7 months ago

CppNow
Karsten Ahnert, Mario Mulansky: odeint -- Solving ordinary differential equations in C++

Ordinary differential equations (ODEs) play a major role in many scientific and engineering disciplines. Examples range from ...

1:28:08
Karsten Ahnert, Mario Mulansky: odeint -- Solving ordinary differential equations in C++

4,822 views

13 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,817 views

5 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,797 views

7 years ago

CppNow
C++Now 2019: Peter Sommerlad “How I learned to Stop Worrying and Love the C++ Type System”

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

1:33:32
C++Now 2019: Peter Sommerlad “How I learned to Stop Worrying and Love the C++ Type System”

4,477 views

6 years ago

CppNow
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

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

1:30:53
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

60,912 views

7 years ago

CppNow
Jason Turner: Thinking Portable: How and why to make your C++ cross platform

Make your C++ cross-platform if you notice in the schedule it says how and why but I'm gonna be focusing more on the why if ...

40:58
Jason Turner: Thinking Portable: How and why to make your C++ cross platform

6,306 views

9 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,798 views

6 years ago

CppNow
Jason Turner: IIFE in C++ for Performance and Safety

IIFE (Immediately-Invoked Function Expression) is a common tool used in JavaScript. The idea is to both define an anonymous ...

21:44
Jason Turner: IIFE in C++ for Performance and Safety

4,525 views

9 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,421 views

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

2,000 views

1 year ago

SwedenCpp
Stefan Petersen: Embedded RTOS in C++

Many of the RTOS on the market (also in the open source world) are today written in C. There are few exceptions, which are ...

46:23
Stefan Petersen: Embedded RTOS in C++

3,084 views

5 years ago

CppNow
C++Now 2017: Daniel Pfeifer “Effective CMake"

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

1:27:02
C++Now 2017: Daniel Pfeifer “Effective CMake"

191,040 views

8 years ago

Utah Cpp Programmers
VcPkg: The Open Source Cross-Platform Package Manager from Microsoft

Richard Thomson gives us an informal introduction to vcpkg on both Windows and Linux. Here's what we want from a package ...

1:01:22
VcPkg: The Open Source Cross-Platform Package Manager from Microsoft

2,242 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,234 views

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

4 years ago