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
3,322 results
Shows how to create and use static variables in C++ functions. Two examples are shown, an integer counter and a message ...
257 views
4 years ago
[C++ 6.6]: Complete series http://bit.ly/CppGameDev19 Previous C++ series: http://bit.ly/CppDev2016-19 TinyPTC UA library ...
1,389 views
6 years ago
source qode: https://www.mediafire.com/file/4gbcpko0hi42s2s/QUESTION+8.pdf/file demonstrate the static variable in c ...
13 views
Global variables are initialized before `main()` runs, but the relative initialization order is not necessarily well-defined. As such ...
4,805 views
Static Variables | C Programming | Computer Science,assignment questions,bca,bachelor of computer applications,nalanda open ...
7 views
3 years ago
Static variables are local in scope, but their values persist across function calls as if they were global. Note: At 0:55, the phrase ...
123 views
5 years ago
Shows how to create a static class variable and use that variable with static methods in C++.
197 views
In this video, we delve into the concept of static variable initialization within functions in C and C++. Understanding how static ...
0 views
9 months ago
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
7,860 views
11 years ago
Static Global Variables | C Programming | Computer Science,The complete reference,assignment questions,assignment solutions ...
10 views
There has always been great interest in imperative compile-time control flow: as an example, consider all the existing `static_if` ...
773 views
9 years ago
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
2 views
Why does accessing global static variable improve performance compared to stack variables? Hey guys! Hopefully you found a ...
3 views
1 year ago
Why i am getting segmentation fault when changing const static variable through non-constant pointer variable? I hope you found ...
1 view
2 years ago
learn about constant and static values.
909 views
13 years ago
Why is a private member visible when initializing a static variable? I hope you found a solution that worked for you :) The Content ...
4 views
This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...
68 views
static variable in (embedded) C, instancing of header-file and memory consumption? I hope you found a solution that worked for ...
12 views
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 ...
4,707 views
In this video, we delve into the intricacies of accessing static variables within generic classes, a topic that often confuses many ...