ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,041 results

Roel Van de Paar
Pass struct or string array from C++ to C# using COM (2 Solutions!!)

Pass struct or string array from C++ to C# using COM Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:20
Pass struct or string array from C++ to C# using COM (2 Solutions!!)

2 views

2 months ago

Roel Van de Paar
Copying string array into another string array - C

Copying string array into another string array - C Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:25
Copying string array into another string array - C

6 views

4 months ago

Roel Van de Paar
How to check if array[index] == "someString" in C?

How to check if array[index] == "someString" in C? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:02
How to check if array[index] == "someString" in C?

3 views

3 months ago

Peter Schneider
How can I create an array of arrays of strings of varying lengths in C?

How can I create an array of arrays of strings of varying lengths in C? I hope you found a solution that worked for you :) The ...

6:56
How can I create an array of arrays of strings of varying lengths in C?

0 views

10 months ago

The Debug Zone
How to Pass a Reference to an Array in C++: A Step-by-Step Guide

In this video, we'll explore the concept of passing references to arrays in C++. Understanding how to effectively manage arrays ...

1:55
How to Pass a Reference to an Array in C++: A Step-by-Step Guide

1 view

10 months ago

Hao-Wen (Herman) Dong 董皓文
Lecture 6: Objects (Creative Coding, Fall 2025)

Creative Coding (PAT 204/504), University of Michigan, Fall 2025 Slides: ...

1:13:59
Lecture 6: Objects (Creative Coding, Fall 2025)

16 views

9 months ago

Roel Van de Paar
Use of unassigned local variable (Very simple function with a string array). C# language

Use of unassigned local variable (Very simple function with a string array). C# language Helpful? Please use the *Thanks* button ...

2:51
Use of unassigned local variable (Very simple function with a string array). C# language

3 views

13 days ago

NetSecProf
C Programming 007 - Reading Strings

Shows how to read in strings or character arrays using fgets in C. The source code is created using nano on Linux and compiled ...

13:53
C Programming 007 - Reading Strings

61 views

6 months ago

NetSecProf
C Programming 005 - printf Strings

Shows how to print strings or character arrays using printf in C. The source code is created using nano on Linux and compiled ...

3:35
C Programming 005 - printf Strings

55 views

6 months ago

Bioelectric Base
C Programming Decoded 32 Strings as Null Terminated Char Arrays

https://www.bioelectricbase.com/ CHAPTERS 0:00 One Invisible Byte 0:49 The Whole Cast: C A T 1:29 C Has No String Type 2:26 ...

19:16
C Programming Decoded 32 Strings as Null Terminated Char Arrays

2 views

2 weeks ago

The Debug Zone
Why is std::u16string Slower than char16_t Array? Performance Explained

In this video, we dive into the performance differences between `std::u16string` and a `char16_t` array. While both are used for ...

3:03
Why is std::u16string Slower than char16_t Array? Performance Explained

3 views

11 months ago

Bioelectric Base
C Programming Decoded 30 Array to Pointer Decay

https://www.bioelectricbase.com/ CHAPTERS 0:00 An Array Becomes a Sticky Note 0:58 Same Code, Different Answer 1:58 ...

16:49
C Programming Decoded 30 Array to Pointer Decay

5 views

2 weeks ago

The Debug Zone
How to Create std::string from Output Stream in C++: A Step-by-Step Guide

In this video, we will explore the process of creating a `std::string` from an output stream in C++. Whether you're working with data ...

1:30
How to Create std::string from Output Stream in C++: A Step-by-Step Guide

1 view

11 months ago

Roel Van de Paar
How do I test a c# data type with a string array in it for values?

How do I test a c# data type with a string array in it for values? Helpful? Please use the *Thanks* button above! Or, thank me via ...

1:38
How do I test a c# data type with a string array in it for values?

3 views

13 days ago

Bioelectric Base
C++ Programming Decoded 22 C Strings Null Termination and Why std string Won

https://www.bioelectricbase.com/ CHAPTERS 0:00 The Invisible Byte You Always Type 0:51 The Most Expensive One-Byte ...

24:07
C++ Programming Decoded 22 C Strings Null Termination and Why std string Won

2 views

2 weeks ago

Peter Schneider
Is difference between two pointers pointing to the same deallocated array well-defined in C?

Is difference between two pointers pointing to the same deallocated array well-defined in C? I hope you found a solution that ...

3:10
Is difference between two pointers pointing to the same deallocated array well-defined in C?

0 views

10 months ago

Roel Van de Paar
Trying to cast different types of data into a string in c++

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:39
Trying to cast different types of data into a string in c++

4 views

4 months ago

The Debug Zone
Fixing DeprecationWarning: Non-string Object Detected in Array Ordering

In this video, we tackle a common issue faced by developers: the DeprecationWarning related to non-string objects in array ...

1:34
Fixing DeprecationWarning: Non-string Object Detected in Array Ordering

6 views

10 months ago

Owen Wu
Maximum Value Of A String In An Array

Leetcode #2496.

1:47
Maximum Value Of A String In An Array

119 views

9 months ago

Peter Schneider
Parsing bytearray string into hex formatted char array in C

Parsing bytearray string into hex formatted char array in C I hope you found a solution that worked for you :) The Content is ...

4:06
Parsing bytearray string into hex formatted char array in C

0 views

3 months ago