ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,660 results

Einsteinzee
Learning by doing :: C++ -- Static Keyword in C++

This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...

12:10
Learning by doing :: C++ -- Static Keyword in C++

59 views

1 year ago

Cave of Programming
C++Tutorial for Beginners 55 - Static Variables

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

18:28
C++Tutorial for Beginners 55 - Static Variables

7,823 views

11 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++

219 views

3 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

Einsteinzee
Runge-Kutta for Coupled Ordinary Differential Equations -- Static vs. Dynamic Libraries in C++

This video shows the principals behind using both static and dynamic libraries in C++. These principals are applied to our simple ...

29:32
Runge-Kutta for Coupled Ordinary Differential Equations -- Static vs. Dynamic Libraries in C++

68 views

1 year 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,579 views

4 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

Fariba Manzar Nejad
c#14 static variable

... static variable that keeps track of how many objects of the class existing at the moment there should also be a static function that ...

3:43
c#14 static variable

7 views

5 years 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

VoidRealms
C# 13 - Functions

Learn how to make your own functions.

14:54
C# 13 - Functions

43,011 views

14 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,053 views

11 years 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

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

LinuxConfAu 2018 - Sydney, Australia
You Can't Unit Test C, Right?

Benno Rice http://lca2018.linux.org.au/schedule/presentation/114/ Testing is a wonderful thing. Code with good tests is so much ...

23:09
You Can't Unit Test C, Right?

57,072 views

7 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

700,879 views

2 years ago

Ramesh Yerraballi
Lec9 ScopePersistence

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

21:14
Lec9 ScopePersistence

1,051 views

5 years ago

WIT Solapur - Professional Learning Community
Static Data Members and Member Functions

Mrs. Meenakshi N. Shrigandhi Assistant Professor Walchand Institute of Technology, Solapur.

13:15
Static Data Members and Member Functions

107 views

5 years ago

Skill Horizon NextGen
80 C++ | How to implement static data and static member functions in C++ | by Sanjay Gupta

Program to implement static data and static member function in C++ programming language. Connect With Me! Youtube: ...

5:54
80 C++ | How to implement static data and static member functions in C++ | by Sanjay Gupta

292 views

7 years ago

Computer Notes 💻
Static Variables | C Programming | Full Video in description |  #computerscience #BCA

Full Video link: https://youtu.be/Qr8s8klQHZc Channel Link: https://bit.ly/3PrMSkR Channel Id: UC7v250TtiOZHg_p7cGion9g In ...

0:21
Static Variables | C Programming | Full Video in description | #computerscience #BCA

49 views

3 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,585 views

11 years ago