ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,530 results

Peter Schneider
Why can we use array of arrays in C?

Why can we use array of arrays in C? I hope you found a solution that worked for you :) The Content is licensed under ...

4:12
Why can we use array of arrays in C?

2 views

8 months ago

The Statistics Lab
SQ4007 Lecture wk3 C arrays (part 1)

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Lecture ...

31:24
SQ4007 Lecture wk3 C arrays (part 1)

16 views

3 months ago

The Statistics Lab
SQ4007 Tutorial wk3 arrays in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

10:58
SQ4007 Tutorial wk3 arrays in C

10 views

3 months ago

Sophia Wagner
Why is there a disparity b/w array of chars and string in C?

Why is there a disparity b/w array of chars and string in C? Hey guys! Hopefully you found a solution that helped you! The Content ...

4:44
Why is there a disparity b/w array of chars and string in C?

0 views

8 months ago

Jon Eyolfson
21. "Strings" 2025 Winter APS105 Section 3 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

1:00:39
21. "Strings" 2025 Winter APS105 Section 3 (University of Toronto)

240 views

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

4 months ago

The Debug Zone
How to Check if a String Array Contains a Value in C# - Easy Guide

In this video, we'll explore a fundamental aspect of programming in C#: checking if a string array contains a specific value.

2:17
How to Check if a String Array Contains a Value in C# - Easy Guide

12 views

6 months ago

Nida Karagoz
Initialize constant string array out of order

Initialize constant string array out of order ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...

1:39
Initialize constant string array out of order

0 views

8 months ago

Bald. Bearded. Builder.
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

14:26
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

48,475 views

4 months ago

Make Programming Fun Again
How to Reverse a UTF-8-Encoded String in Place in C

Repository with code: https://github.com/moroz/youtube_c_videos/tree/2025-02-17/string My personal website: https://moroz.dev ...

25:04
How to Reverse a UTF-8-Encoded String in Place in C

747 views

11 months ago

Peter Schneider
Using array as smart point in C

Using array as smart point in C I hope you found a solution that worked for you :) The Content is licensed under ...

2:20
Using array as smart point in C

2 views

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

30 views

13 days 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

4 months ago

The Statistics Lab
SQ4007 Lecture wk3 C arrays (part 2)

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Lecture ...

32:24
SQ4007 Lecture wk3 C arrays (part 2)

10 views

3 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

4 months ago

The Debug Zone
Fixing 'Cannot Copy Strings from Pointer Array' Error with strcpy in C

In this video, we tackle a common issue faced by C programmers: the 'Cannot Copy Strings from Pointer Array' error when using ...

4:38
Fixing 'Cannot Copy Strings from Pointer Array' Error with strcpy in C

0 views

1 month ago

TechTalks
Strings in C Programming - Introduction | Part 1 | C Programming Concepts

Please take a moment to like and subscribe ...

16:26
Strings in C Programming - Introduction | Part 1 | C Programming Concepts

57 views

11 months ago

The Debug Zone
How to Convert CharArray or ArrayChar to String in Programming

In this video, we'll explore the essential techniques for converting CharArray or ArrayChar into a String in various programming ...

1:54
How to Convert CharArray or ArrayChar to String in Programming

9 views

7 months ago

Nida Karagoz
New Java Foreign Function Api JEP 454 - Working with c strings and array of c strings

New Java Foreign Function Api JEP 454 - Working with c strings and array of c strings ✧ I really hope you found a helpful solution ...

3:07
New Java Foreign Function Api JEP 454 - Working with c strings and array of c strings

7 views

10 months ago

Peter Schneider
Did C++20 change to allow conversion from array-of-known-bound type(&)N to array-of-unknown-bound...

Did C++20 change to allow conversion from array-of-known-bound type(&)N to array-of-unknown-bound type(&)? I hope you ...

2:47
Did C++20 change to allow conversion from array-of-known-bound type(&)N to array-of-unknown-bound...

1 view

10 months ago

Nida Karagoz
Given Input strings A, B and C, determing if C is a valid shuffle of A and B

Given Input strings A, B and C, determing if C is a valid shuffle of A and B ✧ I really hope you found a helpful solution!

1:56
Given Input strings A, B and C, determing if C is a valid shuffle of A and B

0 views

8 months ago

Peter Schneider
Why does 0 not affect the length of a string in C?

Why does 0 not affect the length of a string in C? I hope you found a solution that worked for you :) The Content is licensed under ...

4:42
Why does 0 not affect the length of a string in C?

1 view

10 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

30 views

2 weeks ago

Make Programming Fun Again
The Fastest Way to Sort an Array in C [REUPLOAD]

Repository with code: https://github.com/moroz/sort-cstdlib Reuploaded due to editing issues in the original render. Sign up for the ...

19:03
The Fastest Way to Sort an Array in C [REUPLOAD]

130 views

8 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

0 views

4 months ago