ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58,420 results

meschian
C++ std::string

string: https://en.cppreference.com/w/cpp/string/basic_string C++ playlist: ...

15:52
C++ std::string

1,712 views

1 year ago

Cave of Programming
C++Tutorial for Beginners 6 - Strings

... A tutorial on strings in C++. Strings are used to store bits of text, which you can output later or manipulate in various ways.

7:30
C++Tutorial for Beginners 6 - Strings

37,082 views

11 years ago

Bethany Petr
C++ string substr

Using the C++ string class .substr method.

2:19
C++ string substr

40,739 views

10 years ago

Rachel Wil Singh
The string library in C++ #cplusplus #cpp #programming #strings

Documentation: https://cplusplus.com/reference/string/string/ { " Motto": "❤️ Be Creative ❤️ Be Kind ❤️", " ‍ About": ...

1:57
The string library in C++ #cplusplus #cpp #programming #strings

1,396 views

6 months ago

Кирил Иларионов
Learn How to Convert C++ Strings: C++11 Examples Step by Step

Please Share: https://www.facebook.com/sharer/sharer.php?u=https://www.youtube.com/watch?v=ZRNW8PsmZrs #Learn how to ...

3:23
Learn How to Convert C++ Strings: C++11 Examples Step by Step

194 views

6 years ago

Cave of Programming
C++Tutorial for Beginners 42 - Reversing a String (Interview Question!)

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

11:29
C++Tutorial for Beginners 42 - Reversing a String (Interview Question!)

13,258 views

11 years ago

VoidRealms
C++ 16 - Strings

Understanding and using strings.

5:46
C++ 16 - Strings

17,540 views

15 years ago

Cave of Programming
C++Tutorial for Beginners 41 - Char Arrays: Primitive Strings in C++

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

9:36
C++Tutorial for Beginners 41 - Char Arrays: Primitive Strings in C++

15,852 views

11 years ago

Bethany Petr
C++ String resize

How to use the .resize() method from the C++ string class.

2:52
C++ String resize

5,028 views

10 years ago

NetSecProf
C++ Function Example: Passing string by Reference

Shows the difference between passing a string by value and by reference to a function in C++.

3:23
C++ Function Example: Passing string by Reference

2,412 views

3 years ago

CODZIFY
How to add two binary strings in C++ ? | Explained the Logic & code in depth | Interview Placements

Table of Contents 00:00 Intro 00:25 Challenge Explanation 00:51 Add Binary numbers Basics 01:19 Let's write a code 13:46 ...

14:30
How to add two binary strings in C++ ? | Explained the Logic & code in depth | Interview Placements

171 views

3 years ago

Bethany Petr
String Method resize in C++

Updated 2.10.21 (Default padding character is a null character)

5:07
String Method resize in C++

13,121 views

4 years ago

CoreCppIL
Core C++ 2021 :: The many faces of Number -- String conversions

By Dvir Yitzchaki, presented at Core C++ 2021 Conference. C++ inherited several library functions from C dealing with such ...

47:16
Core C++ 2021 :: The many faces of Number -- String conversions

533 views

4 years ago

CppNow
C++Now 2017: Mark Zeren “Rethinking Strings"

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

1:26:54
C++Now 2017: Mark Zeren “Rethinking Strings"

8,477 views

8 years ago

Philip Bohun
Sorting Strings: Selection Sort

A simple example of using selection sort to sort a vector of strings in c++. Music: Chibi Ninja - (Erik Skiff) http://ericskiff.com/music/

2:04
Sorting Strings: Selection Sort

9,562 views

10 years 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

93,715 views

8 years ago

NetSecProf
Comparing Strings in C++

Shows how to use the compare method to compare strings to see if they match or to determine which one comes first.

8:51
Comparing Strings in C++

5,187 views

3 years ago

CppNow
Alan Talbot: Ustring -- A Modern Alternative to std::string

Alan's talk from C++Now! 2012 The recommended way to represent strings in a C++ program is with std::string, but in practice it is ...

1:41:50
Alan Talbot: Ustring -- A Modern Alternative to std::string

2,594 views

13 years ago

NetSecProf
Using strings in C++

Shows how to use strings in C++. Demonstrates printing strings, checking if they are empty, looking at the length, performing ...

13:03
Using strings in C++

240 views

3 years ago

Bethany Petr
C++ string length

Using the .length method from the string class in C++.

2:37
C++ string length

64,485 views

10 years ago

Jerry Gannod
C++ String Class

There is a slight delay in change of slides in this video. Download the powerpoint slides from the course web as reference.

9:04
C++ String Class

715 views

14 years ago

Bethany Petr
Concatenation - C++

Using concatenation to build strings in C++.

2:21
Concatenation - C++

24,021 views

10 years ago

The Builder
Nested Loops Explained (step by step)

Nested for and nested while loops are difficult to grasp at first but they are easy once visualized. Give me money: ...

2:41
Nested Loops Explained (step by step)

90,886 views

5 years ago

NetSecProf
Writing data to strings in C++ using stringstream

Shows how to write data to a stringstream in C++, then how to retrieve the resulting string.

3:38
Writing data to strings in C++ using stringstream

429 views

3 years ago

Rambod Dev
XOR Encryption with Strings in C++  Byte Sized Lessons

Description: Learn how XOR encryption works using strings in C++. This simple but powerful example shows how to encrypt and ...

0:48
XOR Encryption with Strings in C++ Byte Sized Lessons

1,796 views

7 months ago