ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

501 results

Simple Coding Hub
From Language to Programming Language | C & C++ Explained

In this video, we explore how human language evolved into programming languages and how C and C++ fit into this journey.

1:30
From Language to Programming Language | C & C++ Explained

45 views

3 weeks ago

Alex Demko
OOP Can Help or Hurt — It’s How You Use It! 💡

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:08
OOP Can Help or Hurt — It’s How You Use It! 💡

347 views

8 months ago

duk
a very accurate 30 second overview of c#

at least we can use value types in generic type parameters.

0:31
a very accurate 30 second overview of c#

191 views

3 years ago

Alex Demko
OOP & Classes: Clarity or Just More Chaos? ⚔️

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:06
OOP & Classes: Clarity or Just More Chaos? ⚔️

500 views

8 months ago

Soft Planet Studio
Procedural and object-oriented programming a debate between newbie and pro programmer!  #enginnering

Learn Programming with CHAI! The Most INDIAN Way to Master Object-Oriented Programming! Watch as a wise programmer ...

0:59
Procedural and object-oriented programming a debate between newbie and pro programmer! #enginnering

14 views

1 year ago

Alex Demko
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:06
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

221 views

7 months ago

Alex Demko
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

0:06
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

139 views

8 months ago

Alex Demko
Use Classes Daily… or Ditch Them Completely? ⚖️

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:05
Use Classes Daily… or Ditch Them Completely? ⚖️

603 views

8 months 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

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,389 views

1 year ago

Bald. Bearded. Builder.
Should You be Using the var Keyword in C#?

Hi! I'm Michael and in this video, I cover why you might want to start using the var keyword to initialize your C# objects. We'll also ...

2:58
Should You be Using the var Keyword in C#?

1,482 views

1 year ago

NANDAN ROY
what is c++?
0:57
what is c++?

80 views

2 years ago

Bald. Bearded. Builder.
C# Has New Primary Constructors

Let's learn how to use C# 12's new primary constructors. These new constructors allow you to create custom objects in a more ...

2:52
C# Has New Primary Constructors

702 views

2 years ago

Alex Demko
Polymorphism in OOP: One Name, Many Paths! 🔀

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

0:06
Polymorphism in OOP: One Name, Many Paths! 🔀

1,440 views

7 months ago

COMPUTER & EXCEL SOLUTION
With recursion without loop programme in C language@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

0:28
With recursion without loop programme in C language@COMPUTEREXCELSOLUTION

125 views

4 years ago

ConfEngine
Benefits of functional programming - Francesco Cesarini

"Functional programming changes the way you have to think and reason around your programs. It allows you to write short, ...

1:03
Benefits of functional programming - Francesco Cesarini

367 views

3 years ago

Bald. Bearded. Builder.
Should you await Inside Your C# Loops?

Using async/await in your codebase is definitely the way to do asynchronous processing in .NET. But if you're using the await ...

3:28
Should you await Inside Your C# Loops?

3,791 views

1 year ago

COMPUTER & EXCEL SOLUTION
Pointer variable in C plus plus@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:29
Pointer variable in C plus plus@COMPUTEREXCELSOLUTION

55 views

3 years ago

SF Software
How to Use Dev C++ for Windows

Learn how to program in C++ with Dev-C++ IDE. Download here: http://sourceforge.net/projects/dev-cpp/ Dev-C++ is an ...

2:19
How to Use Dev C++ for Windows

517,932 views

10 years ago

J David Eisenberg
Chapter 10: Pointers and Arrays

Arrays can be accessed via pointers, and that is the preferred way to iterate through an array in C.

3:59
Chapter 10: Pointers and Arrays

151 views

4 years ago