ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,435 results

NetSecProf
Class friend methods in C++

Shows how to use the friend keyword to access internal private variables in a class object.

8:17
Class friend methods in C++

102 views

3 years ago

Using std::cpp
Keynote: The Art of C++ Friendship - Mateusz Pusz at using std::cpp

C++ offers a rich set of access specifiers to control the visibility of class members. However, the `friend` keyword introduces a ...

1:09:39
Keynote: The Art of C++ Friendship - Mateusz Pusz at using std::cpp

582 views

7 months ago

Peter Schneider
Why is a type alias not allowed to be a friend class name in C++?

Why is a type alias not allowed to be a friend class name in C++? I hope you found a solution that worked for you :) The Content is ...

2:11
Why is a type alias not allowed to be a friend class name in C++?

5 views

1 year ago

Ramalakshmiklu
Friend Function
4:32
Friend Function

23 views

9 years ago

Einsteinzee
Learning by doing :: C++ -- Friend 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:17
Learning by doing :: C++ -- Friend Keyword in C++

50 views

1 year ago

CppNow
Friendship in Service of Testing - Gábor Márton [ C++Now 2016 ]

https://cppnow.org --- Unit testing of object-oriented code requires two fundamental artifacts: replacing some of the original code ...

41:15
Friendship in Service of Testing - Gábor Márton [ C++Now 2016 ]

256 views

9 years ago

Mahesh
Lecture 6- Friend Function and friend Class in C++

In this video lecture, we will discuss about non-member "friend functions" and "friend classes".

28:10
Lecture 6- Friend Function and friend Class in C++

17 views

6 years ago

Baqir & Tech
Friend functions and friend classes with examples | Object Oriented Programming | C++

Hello friends, Welcome to my all viewers. In this Tutorial, we will have a deep look on Friend functions and friend classes. We take ...

3:56
Friend functions and friend classes with examples | Object Oriented Programming | C++

121 views

5 years ago

Skill Horizon NextGen
34 C++ | How to implement friend class concept in c++ | by Sanjay Gupta

Find Here: Links of C++ & DSA Video's Playlists C++ Lectures | Video Series ...

6:29
34 C++ | How to implement friend class concept in c++ | by Sanjay Gupta

279 views

8 years ago

Sophia Wagner
Why is a type alias not allowed to be a friend class name in C++?

Why is a type alias not allowed to be a friend class name in C++? Hey guys! Hopefully you found a solution that helped you!

2:01
Why is a type alias not allowed to be a friend class name in C++?

0 views

10 months ago

The Debug Zone
Understanding C++ Friend Functions and Access to Private Static Members

In this video, we delve into the intriguing world of C++ friend functions and their unique ability to access private static members of ...

1:35
Understanding C++ Friend Functions and Access to Private Static Members

0 views

2 months ago

Roel Van de Paar
Software Engineering: Unit test private method in c++ using a friend class (6 Solutions!!)

Software Engineering: Unit test private method in c++ using a friend class Helpful? Please support me on Patreon: ...

4:50
Software Engineering: Unit test private method in c++ using a friend class (6 Solutions!!)

9 views

3 years ago

Goeduhub Technologies
Program to demonstrate use of friend function class and this pointer |Friend Class in C++

C++ Friend Functions and Classes (With Examples) What is friend function and friend class explain with example? Reference ...

7:43
Program to demonstrate use of friend function class and this pointer |Friend Class in C++

210 views

4 years ago

Mahesh
Lecture 22- Operator Overloading using friend functions in C++

In this video, we will see how to overload operators using non-member friend function in C++ programming.

15:15
Lecture 22- Operator Overloading using friend functions in C++

60 views

6 years ago

Goeduhub Technologies
Operator Function as Member function and/or Friend Function with example c++

Operator Function as Member function and/or Friend Function with example c++ Reference notes ...

2:53
Operator Function as Member function and/or Friend Function with example c++

571 views

4 years ago

Roel Van de Paar
How to separate public and "mostly private" code in C#? (Friend classes, PIMPL pattern, etc.)?

(Friend classes, PIMPL pattern, etc.)? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:58
How to separate public and "mostly private" code in C#? (Friend classes, PIMPL pattern, etc.)?

9 views

3 years ago

The Debug Zone
Invoking Overloaded Parent cout Friend Class from Derived Class in C++

In this video, we delve into the intricacies of C++ inheritance and operator overloading by exploring how to invoke a friend class ...

2:31
Invoking Overloaded Parent cout Friend Class from Derived Class in C++

1 view

8 months ago

Psych2Go
7 Things That Turn Your Crush On

Have you ever found yourself wondering how to catch the attention of someone you like? Flirting can feel like a mystery, but with ...

5:15
7 Things That Turn Your Crush On

761,568 views

1 year ago

Roel Van de Paar
Software Engineering: What is the use-case to use C++ friend class? (7 Solutions!!)

Software Engineering: What is the use-case to use C++ friend class? Helpful? Please support me on Patreon: ...

3:52
Software Engineering: What is the use-case to use C++ friend class? (7 Solutions!!)

2 views

3 years ago

Julian Kunkel
CS1PC C++ Week 4-2-1: Constructs for better coding, friend functions

... want to make this function in inscribed to be friend to this circle class this function will take rectangle R and then Circle R C that's ...

8:21
CS1PC C++ Week 4-2-1: Constructs for better coding, friend functions

12 views

5 years ago