ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,583 results

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

9,014 views

1y ago

SUSE Labs
Martin Jambor, Jan Hubicka: Optimizing C++ std::vector use in GCC 14

The talk will describe how the upcoming GCC 14 utilizes advanced interprocedural analysis in order to optimize code that heavily ...

26:15
Martin Jambor, Jan Hubicka: Optimizing C++ std::vector use in GCC 14

152 views

2y ago

Profesor Retroman
C++: Understanding and optimizing std::vector

The `#std::vector` data structure from the C++ Standard Template Library (#STL) is one of the most widely used structures. In ...

56:48
C++: Understanding and optimizing std::vector

3,624 views

7y ago

Profesor Retroman
C++ : Undefined Behaviour con referencias a std::vector y temporales

[C++ 10.4]: Serie completa http://bit.ly/CppGameDev19 Serie anterior C++: http://bit.ly/CppDev2016-19 Utilizando nuestro sencillo ...

36:02
C++ : Undefined Behaviour con referencias a std::vector y temporales

969 views

6y ago

Profesor Retroman
C++ Entity Manager (1): std::vector reserve

[C++ 3.3]: Complete series http://bit.ly/CppGameDev19 Previous C++ series: http://bit.ly/CppDev2016-19 TinyPTC UA Library ...

25:33
C++ Entity Manager (1): std::vector reserve

2,262 views

6y ago

Profesor Retroman
C++ References, Heap, Array and Vector Starting an ECS GameEngine

Course: https://bit.ly/CPPGameDev-2021-Curso ==== Session 2.1 - November 23, 2021 ==== We begin programming an Entity Manager ...

1:08:00
C++ References, Heap, Array and Vector Starting an ECS GameEngine

5,186 views

4y ago

Peter Schneider
Can std::vector::resize() change the vector's capacity, or cause memory reallocation, if resizing...

Can std::vector::resize() change the vector's capacity, or cause memory reallocation, if resizing is always within the initial capacity ...

1:58
Can std::vector::resize() change the vector's capacity, or cause memory reallocation, if resizing...

2 views

1y ago

Peter Schneider
Weird behaviour with std::vector in c++

Weird behaviour with std::vector in c++ duplicate I hope you found a solution that worked for you :) The Content is licensed under ...

3:02
Weird behaviour with std::vector in c++

0 views

2y ago

Nida Karagoz
C++20 std::vector comparison weird behaviour

C++20 std::vector comparison weird behaviour ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...

1:48
C++20 std::vector comparison weird behaviour

1 view

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

3y ago

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

2y 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,750 views

7y ago

Peter Schneider
When should I use a std::inplace_vector instead of a std::vector?

When should I use a std::inplace_vector instead of a std::vector? I hope you found a solution that worked for you :) The Content is ...

3:49
When should I use a std::inplace_vector instead of a std::vector?

50 views

1y ago

odestcj
HelloRob - C++ Vectors (Module 1, Lecture 4)

HelloRob Course (hellorob.org) / Robotics 102 (robotics102.org) Module 1, Lecture 4 C++ Vectors Professor Odest Chadwicke ...

36:43
HelloRob - C++ Vectors (Module 1, Lecture 4)

23 views

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

25 views

1y ago

The Debug Zone
Passing std::vector with Custom Allocator to Function Expecting std::allocator

In this video, we delve into the intricacies of C++ memory management by exploring how to pass a `std::vector` that uses a custom ...

1:37
Passing std::vector with Custom Allocator to Function Expecting std::allocator

14 views

11mo 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++

14 views

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

2y ago

Bioelectric Base
C++ Programming Decoded 48 The Secret Move That Makes std vector Fast

https://www.bioelectricbase.com/ CHAPTERS 0:00 The Tool With a Secret 0:58 The Bomb Under the Table 1:33 The Array That ...

20:55
C++ Programming Decoded 48 The Secret Move That Makes std vector Fast

7 views

13d ago

The Debug Zone
What are std::vector deduction guides in C++17?

Today's Topic: What are std::vector deduction guides in C@ralphmais10 Thanks for taking the time to learn more. In this video I'll ...

1:58
What are std::vector deduction guides in C++17?

0 views

3mo ago