ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,989 results

Tech With Tim
Learn C++ With Me #18 - Vectors

Welcome back to another C++ tutorial! In this video, we're going over vectors. Vectors are resizeable arrays that are able to ...

13:05
Learn C++ With Me #18 - Vectors

208,160 views

4 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 325 - Why vector of bool is Weird

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

12:14
C++ Weekly - Ep 325 - Why vector of bool is Weird

25,965 views

3 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 222 - 3.5x Faster Standard Containers With PMR!

Awesome T-Shirts! Sponsors! Books! ☟☟ Upcoming Workshops: ▻ C++ Best Practices Workshop, CppCon, Aurora, CO, USA, ...

10:37
C++ Weekly - Ep 222 - 3.5x Faster Standard Containers With PMR!

46,791 views

5 years ago

mCoding
31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how ...

16:18
31 nooby C++ habits you need to ditch

1,012,935 views

4 years ago

Charles Cabergs
Dynamic array from scratch (aka c++ vector, python list)

How to write your own dynamic array in C using only malloc and realloc. How do dynamic array handle resizing themself when ...

12:22
Dynamic array from scratch (aka c++ vector, python list)

1,126 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 278 - `emplace_back` vs `push_back`

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

15:31
C++ Weekly - Ep 278 - `emplace_back` vs `push_back`

30,888 views

4 years ago

CodeWithHarry
Vector In C++ STL | C++ Tutorials for Beginners #71

C++ Vectors Tutorial: Vectors are same as dynamic arrays with the ability to resize itself automatically when an element is inserted ...

25:05
Vector In C++ STL | C++ Tutorials for Beginners #71

534,768 views

5 years ago

Nic Barker
Memory Arenas, Explained Simply

Learn about Memory Arenas in programming, including why and how they're used. Learning about the following terms will help ...

5:27
Memory Arenas, Explained Simply

48,546 views

1 year ago

Dave's Garage
Modern C++: Upgrade Your Skills with Shared Pointers!

Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...

17:43
Modern C++: Upgrade Your Skills with Shared Pointers!

74,489 views

2 years ago

programmerlyfe
C++ tutorial for beginners - stl vector and ranged for loop

C++ tutorial for beginners - stl vector and ranged for loop. This video explains the C++ STL vector and its operations such as ...

5:37
C++ tutorial for beginners - stl vector and ranged for loop

98 views

5 years ago

mCoding
The ONLY C keyword with no C++ equivalent

C has "restrict" but C++ does not. The restrict keyword in C is the only keyword that has no analogue in C++. The keyword ...

13:17
The ONLY C keyword with no C++ equivalent

338,328 views

4 years ago

Code Examples
Short lecture 1 C++ STL:  vector data structure example.

A simple tutorial about C++ STL vector data structure. Add items using push_back and remove items using erase. print items using ...

7:39
Short lecture 1 C++ STL: vector data structure example.

46 views

7 years ago

GeeksforGeeks
C++ Programming Language Tutorial | Vector in C++ STL | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: https://www.geeksforgeeks.org/vector-in-cpp-stl/ This video is contributed by ...

2:39
C++ Programming Language Tutorial | Vector in C++ STL | GeeksforGeeks

85,831 views

8 years ago

CS Hero
C++ Tutorial: The vector Class

This video demonstrates how to use the vector class from the C++ standard library. It is shown * how to add an element using the ...

7:58
C++ Tutorial: The vector Class

120 views

3 years ago

mCoding
unique_ptr: C++'s simplest smart pointer

How and why to use unique_ptr. What exactly makes a "smart" pointer smart? The term smart pointer in C++ has come to refer to a ...

11:54
unique_ptr: C++'s simplest smart pointer

56,200 views

2 years ago

Coding with Mat
Using std::transform To Convert & Transform Containers In C++

In this video, we look at another very interesting function in the C++ standard library: std::transform. All codebases require some ...

14:04
Using std::transform To Convert & Transform Containers In C++

3,189 views

3 years ago

Alex Stiller
CISC 192 Section Intro to The STL Vector

So if it helps, vectors are to array lists as arrays in Java are to-- or sorry-- as arrays in C++ are to arrays in Java. Yeah, so the ...

48:30
CISC 192 Section Intro to The STL Vector

75 views

7 years ago

mCoding
C++ cache locality and branch predictability

Cache me outside, how bout that? People always talk about Big O time for analyzing speed, but Big O isn't the only important ...

10:43
C++ cache locality and branch predictability

123,346 views

4 years ago

Portland Community College
Module 3: useSTLvector

In this part of the video I'm going to show you how to use STL vector. And before we do that, I want to introduce you to this ...

8:53
Module 3: useSTLvector

392 views

13 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 342 - C++20's Ranges: A Quick Start

Awesome T-Shirts! Sponsors! Books! ☟☟ Ep 340 - Finally! A Simple String Split in C++! - https://youtu.be/V14xGZAyVKI ...

10:13
C++ Weekly - Ep 342 - C++20's Ranges: A Quick Start

23,940 views

3 years ago