ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

279 results

J David Eisenberg
Chapter 7: Static variables

Static variables are local in scope, but their values persist across function calls as if they were global. Note: At 0:55, the phrase ...

5:06
Chapter 7: Static variables

118 views

4 years ago

The Mentor CodeLab
Static Object in Program - Programming For Beginners | #21

Programming for Beginners: Static Object in Program When you define a class object, normally, you have to instantiate the object ...

6:22
Static Object in Program - Programming For Beginners | #21

32 views

2 years ago

Bald. Bearded. Builder.
Stop Using the var Keyword!

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 ...

2:42
Stop Using the var Keyword!

6,386 views

1 year ago

J David Eisenberg
Chapter 2: Introduction to variables in C

Declaring variables and using the printf() function to display their values.

5:41
Chapter 2: Introduction to variables in C

287 views

5 years ago

J David Eisenberg
Chapter 6: Variable Length Arrays in C

Some versions of C let you declare an array using a variable to give the number of elements in the array. (Sorry about the ...

4:39
Chapter 6: Variable Length Arrays in C

1,503 views

4 years ago

Advance in Coding
Master STATIC PROPERTIES in Under 10 Minutes

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 ...

9:27
Master STATIC PROPERTIES in Under 10 Minutes

40 views

1 year ago

Spoken-Tutorial IIT Bombay
Static Members - English

static members in C++ -Static Keyword -Static variable -Static member function.

6:20
Static Members - English

8,118 views

11 years ago

timClicks
T to &'static T

Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...

9:08
T to &'static T

4,965 views

2 years ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

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 ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

54,014 views

1 year ago

J David Eisenberg
Chapter 7: Global and Local Variables

Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”

4:44
Chapter 7: Global and Local Variables

167 views

4 years ago

Derick Rethans
1. Lists (part 1)

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 ...

58:45
1. Lists (part 1)

940 views

5 years ago

Codexpanse with Rakhim
Typing: Static vs Dynamic, Weak vs. Strong / Intro to JavaScript ES6 programming, lesson 16

Learn about dynamic vs static and weak and strong typing. Watch this to learn about pure functions ...

7:22
Typing: Static vs Dynamic, Weak vs. Strong / Intro to JavaScript ES6 programming, lesson 16

61,787 views

8 years ago

OpenSecurityTraining2
Function Parameters: TooManyParameters.c Explanation - Architecture 1001: x86-64 Assembly

You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...

3:00
Function Parameters: TooManyParameters.c Explanation - Architecture 1001: x86-64 Assembly

1,001 views

3 years ago

Let's Learn GameMaker Studio
C02 - GameMaker: Studio - Variables

In this lesson, you will learn: - What a variable is - How to declare a variable - Some uses for variables - The variable scope ...

9:33
C02 - GameMaker: Studio - Variables

44,180 views

11 years ago

Confreaks
RubyConf 2015 - Softly, softly typing by John Cinnamond

Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...

44:34
RubyConf 2015 - Softly, softly typing by John Cinnamond

942 views

10 years ago

OpenSecurityTraining2
Vulns100X 04 Detection 02 Static Analysis

View the full free MOOC at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

5:56
Vulns100X 04 Detection 02 Static Analysis

1,170 views

2 years ago

J David Eisenberg
Chapter 9: Passing Objects to Methods

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 ...

2:07
Chapter 9: Passing Objects to Methods

1,013 views

6 years ago

DougBaldwinGeneseo
Local Variables in Matlab

Introduces local variables as they appear in Matlab.

9:42
Local Variables in Matlab

2,137 views

8 years ago

NPTEL IIT Bombay
Week 4: Lecture 3: Storage attributes of different variables in OpenMP

Lecture 3: Storage attributes of different variables in OpenMP.

22:46
Week 4: Lecture 3: Storage attributes of different variables in OpenMP

303 views

11 months ago

wikipedia tts
Global variable | Wikipedia audio article

In compiled languages, global variables are generally static variables, whose extent (lifetime) is the entire runtime of the program, ...

9:29
Global variable | Wikipedia audio article

5 views

6 years ago