ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,320 results

CodeBeauty
C++ POINTERS (2025) - Introduction to C++ pointers (for beginners) PROGRAMMING TUTORIAL

A pointer is a variable that stores an address. Pointers in C++ have many uses, and in the next few videos, I'll explain the most ...

11:11
C++ POINTERS (2025) - Introduction to C++ pointers (for beginners) PROGRAMMING TUTORIAL

254,393 views

5 years ago

CodeBeauty
What are Interfaces in Programming - C# Programming Course for Beginners

In this video, I'll tech you what are interfaces in programming, using real-life examples to simplify this concept and help you ...

16:19
What are Interfaces in Programming - C# Programming Course for Beginners

13,800 views

1 year ago

CodeBeauty
Friend functions and classes in C++ (Programming for beginners)

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

18:18
Friend functions and classes in C++ (Programming for beginners)

157,855 views

4 years ago

CodeBeauty
How to set up VS Code for C++ and make your First Program? + How I use AI to help me code faster

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

16:51
How to set up VS Code for C++ and make your First Program? + How I use AI to help me code faster

272,787 views

4 years ago

CodeBeauty
C++ file handling for beginners! The easiest way to read/write into text files!

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

19:09
C++ file handling for beginners! The easiest way to read/write into text files!

399,496 views

4 years ago

CodeBeauty
C++ FUNCTIONS (2025) - What are generic functions and templates? PROGRAMMING TUTORIAL

Generic programming is used to increase the efficiency of the code. The advantage of writing generic code is code reusability ...

11:32
C++ FUNCTIONS (2025) - What are generic functions and templates? PROGRAMMING TUTORIAL

109,364 views

5 years ago

CodeBeauty
C# Introduction - Create your first application (Hello World) - For beginners

This video will be introduction to C# programming language. Today, I will explain what is C# and what kind of applications can be ...

15:31
C# Introduction - Create your first application (Hello World) - For beginners

26,731 views

1 year ago

CodeBeauty
C++ OOP - Introduction to classes and objects for beginners

Object-oriented programming is a programming paradigm that is based on the concept of objects from the real world, and it is ...

12:06
C++ OOP - Introduction to classes and objects for beginners

520,222 views

5 years ago

CodeBeauty
Lambda expressions in modern C++ (in depth step by step tutorial)

A lambda is an unnamed function that is used for short snippets of code that cannot be reused and are not worth naming. It makes ...

18:35
Lambda expressions in modern C++ (in depth step by step tutorial)

120,974 views

4 years ago

CodeBeauty
What is "using namespace std" and why is it considered a BAD PRACTICE? C++ Programming Questions

What is "using namespace std;" and why is it considered a bad practice? In this video I'll teach you about namespaces, and also ...

14:50
What is "using namespace std" and why is it considered a BAD PRACTICE? C++ Programming Questions

333,390 views

4 years ago

CodeBeauty
C++ FUNCTIONS (2025) - What are functions? PROGRAMMING TUTORIAL

This is the introduction video of the "C++ functions" course. In this video, I'm explaining what are C++ functions, how functions are ...

12:21
C++ FUNCTIONS (2025) - What are functions? PROGRAMMING TUTORIAL

221,366 views

5 years ago

CodeBeauty
C++ FUNCTIONS (2025) - What is recursion? Learn recursive functions! PROGRAMMING TUTORIAL

Recursion is a process in which a function invokes itself, and the corresponding function is called a recursive function. Recursion ...

15:47
C++ FUNCTIONS (2025) - What is recursion? Learn recursive functions! PROGRAMMING TUTORIAL

128,588 views

5 years ago

CodeBeauty
What is Mutex in C++ (Multithreading for Beginners)

In this programming tutorial you will learn about thread safety, multithreading and concurrency. When working with multithreading ...

12:29
What is Mutex in C++ (Multithreading for Beginners)

63,090 views

2 years ago

CodeBeauty
Map in C++ with practical examples - step by step Data Structures tutorial

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

18:24
Map in C++ with practical examples - step by step Data Structures tutorial

142,894 views

4 years ago

CodeBeauty
C++ OOP - What is polymorphism in programming? (simple example)

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

15:20
C++ OOP - What is polymorphism in programming? (simple example)

155,346 views

5 years ago

CodeBeauty
C++ FOR BEGINNERS (2025) - What is while loop, What is infinite loop PROGRAMMING TUTORIAL

Iteration (looping) is a process where a set of instructions are repeated for a specified number of times or until a certain condition ...

14:05
C++ FOR BEGINNERS (2025) - What is while loop, What is infinite loop PROGRAMMING TUTORIAL

47,774 views

5 years ago

CodeBeauty
C++ POINTERS (2025) - How to use pointers and arrays (for beginners) PROGRAMMING TUTORIAL

In C++ array name represents the address of the first element of that array, and it can be used as a pointer to access other ...

12:52
C++ POINTERS (2025) - How to use pointers and arrays (for beginners) PROGRAMMING TUTORIAL

159,757 views

5 years ago

CodeBeauty
What is STACK data structure in C++? What is LIFO? STL Stack explained in 14 mins! DATA STRUCTURES

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

14:18
What is STACK data structure in C++? What is LIFO? STL Stack explained in 14 mins! DATA STRUCTURES

136,067 views

4 years ago

CodeBeauty
C++ FUNCTIONS (2025) - What is function parameter/argument (multiple, default) PROGRAMMING TUTORIAL

In this video of the "C++ functions" course, I'm explaining what are function parameters/arguments, how to pass arguments to a ...

16:49
C++ FUNCTIONS (2025) - What is function parameter/argument (multiple, default) PROGRAMMING TUTORIAL

118,760 views

5 years ago

CodeBeauty
What are Design Patterns? A Simple Introduction for Beginners

In this video, I'll explain what are design patterns, why they're important for your development career, and how learning them can ...

12:35
What are Design Patterns? A Simple Introduction for Beginners

6,293 views

8 months ago