ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

358,576 results

Kai Lentit
Interview with Senior C++ Developer

Merch: https://posix.store C++ programming language Interview with a senior C++ developer with Gunter Peterson - aired on ...

2:10
Interview with Senior C++ Developer

1,248,439 views

3 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

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

BitLemon
C++ Vectors Explained in 168 seconds

A vector in C++ is a dynamic array that can resize itself automatically when elements are added or removed, as opposed to an ...

2:48
C++ Vectors Explained in 168 seconds

6,020 views

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

7 years ago

xmdi
Python vs C/C++ vs Assembly side-by-side comparison

next i will compare fortran and 4chan a test of the relative performance, not the prime-checking algorithm.

1:01
Python vs C/C++ vs Assembly side-by-side comparison

5,143,320 views

4 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

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

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

YouTux Channel
Debian Switches to Rust: The End of C/C++ in the Linux World?

00:00 intro 00:47 CONTEXT AND ANNOUNCEMENT 02:02 WHY RUST? 03:49 CONSEQUENCES FOR THE DEBIAN ...

10:12
Debian Switches to Rust: The End of C/C++ in the Linux World?

27,061 views

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

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

Rambod Dev
How CMake, vcpkg, and JSON Work Together: Explained for C++ Developers

Ever wondered how tools like CMake, vcpkg, and JSON files actually work together in C++ projects? In this video, I'll break it all ...

6:46
How CMake, vcpkg, and JSON Work Together: Explained for C++ Developers

2,076 views

1 year ago

Dr. Pavel Vlašánek
You are better at Math than you think (as a Programmer)

Think math and programming live in completely separate worlds? In this video, we connect the dots between mathematical ...

6:28
You are better at Math than you think (as a Programmer)

25,440 views

8 months ago

Dylan Sallee
mergeSort(): A Graphical, Recursive, C++ Explanation

This video demonstrates a standard implementation of mergeSort() in C++, with graphics to help even the most novice of ...

4:55
mergeSort(): A Graphical, Recursive, C++ Explanation

94,899 views

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

8 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

The Builder
Double Pointers in C++

This video explains how to use pointer to pointer types also known as double pointers. Since pointers just store memory ...

4:46
Double Pointers in C++

23,968 views

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

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

4 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

Dev Kai
1. Unreal Engine 5 C++ | Starting with a Blank Project

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

9:03
1. Unreal Engine 5 C++ | Starting with a Blank Project

5,592 views

1 year ago

CppNow
C++Now 2019: Bob Steagall “Linear Algebra for the Standard C++ Library”

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

1:32:50
C++Now 2019: Bob Steagall “Linear Algebra for the Standard C++ Library”

4,697 views

6 years ago

Lucas
Making a triangle using C++ and Vulkan

Hey I am learning Vulkan atm so I can eventually make a Minecraft clone hopefully... Anyways if u wanna learn Vulkan this was ...

3:54
Making a triangle using C++ and Vulkan

2,494 views

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