ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,743 results

Peter Schneider
Codereview: C++ std::vector Implementation

C++ std::vector Implementation I hope you found a solution that worked for you :) The Content (except music & images) is licensed ...

4:29
Codereview: C++ std::vector Implementation

218 views

2 years ago

Peter Schneider
std::vector - why does the element still exist after invoking delete?

std::vector - why does the element still exist after invoking delete? I hope you found a solution that worked for you :) The Content ...

5:13
std::vector - why does the element still exist after invoking delete?

8 views

2 years ago

Peter Schneider
c++20 implement an interface for a vector

c++20 implement an interface for a vector I hope you found a solution that worked for you :) The Content (except music & images) ...

4:22
c++20 implement an interface for a vector

2 views

3 years ago

Roel Van de Paar
Code Review: Vector Implementation in C (4 Solutions!!)

Code Review: Vector Implementation in C Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

6:27
Code Review: Vector Implementation in C (4 Solutions!!)

23 views

3 years ago

The Debug Zone
How to Push std::unique_ptr Objects into a std::vector in C++

In this video, we will explore the powerful combination of `std::unique_ptr` and `std::vector` in C++. As modern C++ developers, ...

6:04
How to Push std::unique_ptr Objects into a std::vector in C++

11 views

11 months ago

Christian Stöcker
OOP in C++ #07: Container-Klasse std::vector

Ein vector ist ein Container, der in seiner Größe dynamisch ist. Wenn also zur Zeit der Programmierung noch nicht klar ist, wie ...

6:45
OOP in C++ #07: Container-Klasse std::vector

2,883 views

4 years ago

The Debug Zone
How to Return std::vector with std::move in C++: A Complete Guide

In this video, we delve into the intricacies of returning `std::vector` using `std::move` in C++. Understanding how to efficiently ...

4:16
How to Return std::vector with std::move in C++: A Complete Guide

23 views

1 year ago

hazybluedot
Transforming a vector of strings to a vector of const char*

As an addendum to the Process object tutorial, I note that working with a std::vector of char pointers can be tedious to work with, ...

6:25
Transforming a vector of strings to a vector of const char*

1,728 views

13 years ago

Peter Schneider
std::copy() vs memcpy() with std::vectors and fftw_malloc

std::copy() vs memcpy() with std::vectors and fftw_malloc I hope you found a solution that worked for you :) The Content (except ...

4:26
std::copy() vs memcpy() with std::vectors and fftw_malloc

33 views

2 years ago

Peter Schneider
Is it safe to .pop_back() from an std::vector in order to avoid pointers/memory shifting?

Is it safe to .pop_back() from an std::vector in order to avoid pointers/memory shifting? I hope you found a solution that worked for ...

4:50
Is it safe to .pop_back() from an std::vector in order to avoid pointers/memory shifting?

5 views

5 months ago

Sophia Wagner
Codereview: C++ std::vector Implementation

C++ std::vector Implementation Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

6:05
Codereview: C++ std::vector Implementation

5 views

1 year ago

Roel Van de Paar
std::vector implementation C++ (4 Solutions!!)

std::vector implementation C++ Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

6:24
std::vector implementation C++ (4 Solutions!!)

14 views

3 years ago

Bethany Petr
Vectors in C++: push_back, pop_back, front, back, assign

Some stack functions available in C++ vector class: push_back, pop_back, front, and back, as well as demo of how to use assign ...

7:41
Vectors in C++: push_back, pop_back, front, back, assign

17,639 views

8 years ago

The Debug Zone
Why Adding Two std::vectors is Slower than Raw Arrays in C++ Explained

In this video, we delve into the performance differences between `std::vector` and raw arrays in C++. While `std::vector` offers ...

7:13
Why Adding Two std::vectors is Slower than Raw Arrays in C++ Explained

28 views

1 year ago

Peter Schneider
How can I transparently process std::vector of T and std::vector of std::shared_ptrT in a template?

How can I transparently process std::vector of T and std::vector of std::shared_ptrT in a template? I hope you found a solution that ...

5:15
How can I transparently process std::vector of T and std::vector of std::shared_ptrT in a template?

0 views

10 months ago

Profesor Retroman
C++ : Depurando con cgdb: reserve vs resize

[C++ 3.7]: Serie completa http://bit.ly/CppGameDev19 Serie anterior C++: http://bit.ly/CppDev2016-19 Librería TinyPTC UA: ...

17:36
C++ : Depurando con cgdb: reserve vs resize

1,468 views

6 years ago

Peter Schneider
Why can T not be deduced for std::spanT when passing a std::vector?

Why can T not be deduced for std::spanT when passing a std::vector? I hope you found a solution that worked for you :) The ...

4:03
Why can T not be deduced for std::spanT when passing a std::vector?

11 views

2 years ago

Hilze Vonck
C++ Programming For Beginners - 8: Vectors.

In this episode I will explain to you what Vectors are in C++. Watch the full playlist: ...

5:12
C++ Programming For Beginners - 8: Vectors.

1,251 views

9 years ago

The Debug Zone
Why Can't I Move Non-Copyable Elements into a C++ Vector? Explained

In this video, we delve into a common challenge faced by C++ developers: the inability to move non-copyable elements into a ...

4:34
Why Can't I Move Non-Copyable Elements into a C++ Vector? Explained

14 views

11 months ago

Peter Schneider
initialize an element of std::vector with a value chosen at compile time

initialize an element of std::vector with a value chosen at compile time I hope you found a solution that worked for you :) The ...

4:45
initialize an element of std::vector with a value chosen at compile time

0 views

2 months ago