ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,797 results

Solve Computer Science
Reverse a string in C

In this video I show you different algorithms for reversing a string and their implementation in C. Generally there are two ...

15:16
Reverse a string in C

25 views

2 years ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,316 views

3 months ago

Queso Fuego
16 Bit Real Mode Example with C/Inline Asm

With inline assembly and linker scripts. Showing a basic boot sector/2nd stage/"kernel" flat binary example to print a string.

41:56
16 Bit Real Mode Example with C/Inline Asm

1,696 views

1 year ago

Solve Computer Science
Invert letter cases of a string in C

Here's a new video about programming in C. You'll see an exercise about inverting (reversing) the letter cases of a string. Various ...

5:45
Invert letter cases of a string in C

55 views

2 years ago

Bald. Bearded. Builder.
ToLower is Killing your App Performance! #csharp #dotnet

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

0:43
ToLower is Killing your App Performance! #csharp #dotnet

1,816 views

4 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,436 views

4 months ago

Bald. Bearded. Builder.
String or string in C#? #dotnet #csharp

In my C# code, both string and String seem similar. So, what are the differences between them, and does it matter which one I use ...

0:55
String or string in C#? #dotnet #csharp

2,104 views

1 year ago

Solve Computer Science
Palindrome algorithm in C

A 5 minute video about a palindrome algorithm in the C programming language. You will see an overview of the algorithm and the ...

5:09
Palindrome algorithm in C

28 views

2 years ago

Dandalf
Intro to C Structured Records and C++ Classes and Objects - part 1/4

Part-1 covers life before objects as implemented with structured records in the C-language and an introduction to classes and ...

20:51
Intro to C Structured Records and C++ Classes and Objects - part 1/4

923 views

4 years ago

COMPUTER & EXCEL SOLUTION
Function to concatenate two strings in C Language@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

3:26
Function to concatenate two strings in C Language@COMPUTEREXCELSOLUTION

131 views

4 years ago

Learn with Shikaar
Swap First and Last Characters in C# — Learn String Manipulation, Validation & Efficient Techniques!

Swap First and Last Characters in C# In this video, you'll learn how to swap the first and last characters of a string in C#.

3:28
Swap First and Last Characters in C# — Learn String Manipulation, Validation & Efficient Techniques!

4 views

2 months ago

0xITer
CS50x 2024 Lecture 1 - C

CS50x 2024 Lecture 1 00:00:00 - Introduction 00:01:01 - Machine Code 00:05:58 - Visual Studio Code for CS50 00:09:14 - Hello, ...

2:27:41
CS50x 2024 Lecture 1 - C

15 views

1 year ago

bhavsar_codes
String Matching(Easy) Solution - Dcoder

Code : https://gist.github.com/ameybhavsar24/3600b5ac2f10888f98fe295c566ddd90 Hello, My name is Amey Bhavsar. This is the ...

3:35
String Matching(Easy) Solution - Dcoder

368 views

5 years ago

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,376 views

2 months ago

Bald. Bearded. Builder.
Can One Letter Break Your App!? #csharp #dotnet

Ever have a bug that only shows up on one machine? Meet the Turkish I, where `i18n` can change your strings in unexpected ...

0:35
Can One Letter Break Your App!? #csharp #dotnet

4,740 views

4 months ago

Bald. Bearded. Builder.
Stack vs. Heap in .NET #dotnet #csharp

Hi, I'm Michael. In this video I give a quick, high-level overview of the stack and the heap as it relates to objects in .NET.

1:00
Stack vs. Heap in .NET #dotnet #csharp

2,865 views

1 year ago

MP Coding
Understanding C# Pattern Matching with Switch Expressions #csharp #dotnetcore #codingtips

In this quick tutorial, we explore how to use C# pattern matching with switch expressions! Learn how a simple function can identify ...

0:42
Understanding C# Pattern Matching with Switch Expressions #csharp #dotnetcore #codingtips

447 views

1 year ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

88,713 views

1 year ago

COMPUTER & EXCEL SOLUTION
Return Lower string in C Programming@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

4:19
Return Lower string in C Programming@COMPUTEREXCELSOLUTION

25 views

4 years ago

Spoken-Tutorial IIT Bombay
Strings - English

Strings :- -What is a string -Syntax for declaring a string -Syntax for initializing a string -To read a string from keyboard.

11:23
Strings - English

12,147 views

11 years ago