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
279 results
Static variables are local in scope, but their values persist across function calls as if they were global. Note: At 0:55, the phrase ...
118 views
4 years ago
Programming for Beginners: Static Object in Program When you define a class object, normally, you have to instantiate the object ...
32 views
2 years ago
HI, I'm Michael and in this video, I discuss the var keyword in .NET. Should you be using it? Is it overused? Maybe there's a better ...
6,386 views
1 year ago
Declaring variables and using the printf() function to display their values.
287 views
5 years ago
Some versions of C let you declare an array using a variable to give the number of elements in the array. (Sorry about the ...
1,503 views
In this video, we'll see what is a static property and I promise this is the LAST TIME you'll Learn it (in under 10 minutes). Static ...
40 views
static members in C++ -Static Keyword -Static variable -Static member function.
8,118 views
11 years ago
Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...
4,965 views
Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...
54,014 views
Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”
167 views
In this first video in a series of videos about data structures, I am diving into linked lists. I go through an example explaining the ...
940 views
Learn about dynamic vs static and weak and strong typing. Watch this to learn about pure functions ...
61,787 views
8 years ago
You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...
1,001 views
3 years ago
In this lesson, you will learn: - What a variable is - How to declare a variable - Some uses for variables - The variable scope ...
44,180 views
Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...
942 views
10 years ago
View the full free MOOC at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...
1,170 views
When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...
1,013 views
6 years ago
Introduces local variables as they appear in Matlab.
2,137 views
Lecture 3: Storage attributes of different variables in OpenMP.
303 views
11 months ago
In compiled languages, global variables are generally static variables, whose extent (lifetime) is the entire runtime of the program, ...
5 views