Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
4,797 results
In this video I show you different algorithms for reversing a string and their implementation in C. Generally there are two ...
25 views
2 years ago
Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?
4,316 views
3 months ago
With inline assembly and linker scripts. Showing a basic boot sector/2nd stage/"kernel" flat binary example to print a string.
1,696 views
1 year ago
Here's a new video about programming in C. You'll see an exercise about inverting (reversing) the letter cases of a string. Various ...
55 views
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
1,816 views
4 months ago
48,436 views
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 ...
2,104 views
A 5 minute video about a palindrome algorithm in the C programming language. You will see an overview of the algorithm and the ...
28 views
Part-1 covers life before objects as implemented with structured records in the C-language and an introduction to classes and ...
923 views
4 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
131 views
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#.
4 views
2 months ago
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, ...
15 views
Code : https://gist.github.com/ameybhavsar24/3600b5ac2f10888f98fe295c566ddd90 Hello, My name is Amey Bhavsar. This is the ...
368 views
5 years ago
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 ...
11,376 views
Ever have a bug that only shows up on one machine? Meet the Turkish I, where `i18n` can change your strings in unexpected ...
4,740 views
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.
2,865 views
In this quick tutorial, we explore how to use C# pattern matching with switch expressions! Learn how a simple function can identify ...
447 views
For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.
88,713 views
Strings :- -What is a string -Syntax for declaring a string -Syntax for initializing a string -To read a string from keyboard.
12,147 views
11 years ago