ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,692 results

VoidRealms
C# 13 - Functions

Learn how to make your own functions.

14:54
C# 13 - Functions

43,016 views

14 years ago

NetSecProf
Static Variables in C++

Shows how to create and use static variables in C++ functions. Two examples are shown, an integer counter and a message ...

4:28
Static Variables in C++

221 views

3 years ago

Profesor Retroman
C++ : Punteros a función, a metodo, lambdas y static

[C++ 9.5]: Serie completa http://bit.ly/CppGameDev19 Serie anterior C++: http://bit.ly/CppDev2016-19 Librería TinyPTC UA: ...

24:58
C++ : Punteros a función, a metodo, lambdas y static

2,193 views

5 years ago

Ryan McBeth
What Are Static Classes and Static Methods in C#? - C# Gotcha! Interview Questions

Static classes and static methods in C# are kind of strange. They can't be instantiated. They can't be inherited. They can't access ...

6:50
What Are Static Classes and Static Methods in C#? - C# Gotcha! Interview Questions

4,614 views

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

1 year ago

CppNow
Vittorio Romeo: Implementing `static` control flow in C++14

There has always been great interest in imperative compile-time control flow: as an example, consider all the existing `static_if` ...

1:15:58
Vittorio Romeo: Implementing `static` control flow in C++14

773 views

9 years 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,125 views

11 years ago

CWCS Education
CS225 u5 l1

Contents: - OOP syntax - single file structure - function implementations - built in ops - uml refresher - stand alone functions - three ...

30:48
CS225 u5 l1

16 views

5 years ago

Rachel Wil Singh
Static variables and functions - C++ programming practice

Examples using static variables and functions within a class. This is for my CS 235 Object Oriented Programming with C++ course.

27:25
Static variables and functions - C++ programming practice

150 views

5 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

703,903 views

2 years ago

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

CppNow
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

https://cppnow.org --- The C++0x draft standard introduces threads into the language, and carefully defines the meaning of ...

1:38:03
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

736 views

12 years ago

The Debug Zone
Understanding Static Variable Initialization Inside Functions in C/C++

In this video, we delve into the concept of static variable initialization within functions in C and C++. Understanding how static ...

1:31
Understanding Static Variable Initialization Inside Functions in C/C++

0 views

3 months ago

NetSecProf
Using Static Class Variables in C++

Shows how to create a static class variable and use that variable with static methods in C++.

5:15
Using Static Class Variables in C++

180 views

3 years ago

UMse Tutors
How to initialize a constant member variable of a class in C/C++

How to initialize a constant member variable of a class in C/C++.

7:01
How to initialize a constant member variable of a class in C/C++

937 views

8 years ago

Tech Educators
Static Member Function in C++

Static Member Function in C++.

7:56
Static Member Function in C++

1,110 views

8 years ago

SwedenCpp
Arda Aytekin: Cython: Static Typing and C/C++ Interfacing in (C)Python

Writing C++ libraries is fun --- at least, we, StockholmCpp members, do it and enjoy it all the time! Yet, we may still have our friends ...

55:46
Arda Aytekin: Cython: Static Typing and C/C++ Interfacing in (C)Python

956 views

6 years ago

Bethany Petr
Writing and Calling Static Functions in Java

Demo of how to write and call a static function in Java. Questions: 1) Where should you place additional functions (with respect to ...

3:46
Writing and Calling Static Functions in Java

9,563 views

12 years ago

Ramesh Yerraballi
Lec9 ScopePersistence

EE319K@UTAustin Lecture 9 - Scope and Persistence of Variables/Functions in C.

21:14
Lec9 ScopePersistence

1,054 views

5 years ago

CppNow
Lifetime and Usage of Global, Thread-local, and Static Data

Daniel Dilts' presentation from C++Now 2014 Slides are available here: ...

1:24:58
Lifetime and Usage of Global, Thread-local, and Static Data

1,586 views

11 years ago