ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,609 results

CodeBeauty
C++ FULL COURSE For Beginners (Learn C++ in 10 hours)

This is a full C++ programming course. It consists of many lectures whose goal is to take you from beginner to advanced ...

10:27:41
C++ FULL COURSE For Beginners (Learn C++ in 10 hours)

3,551,668 views

5 years ago

CodeBeauty
C# OOP Full Course: Master Object-Oriented Programming (OOP) with Practical Examples

In this Full C# course for Object-Oriented Programming . You'll learn all Object-Oriented Programming (OOP) concepts with ...

2:49:30
C# OOP Full Course: Master Object-Oriented Programming (OOP) with Practical Examples

65,101 views

11 months ago

CodeBeauty
C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)

This is a full C++ Pointers course. It'll teach you the most important from beginner to advanced pointer topics. In this course, you ...

2:33:15
C++ POINTERS FULL COURSE Beginner to Advanced (Learn C++ Pointers in 2,5 hours)

430,176 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!

402,110 views

4 years ago

CodeBeauty
DATA STRUCTURES - How to work with arrays? (for beginners) - Arrays explained in 30 minutes!

An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array is used to store a ...

32:27
DATA STRUCTURES - How to work with arrays? (for beginners) - Arrays explained in 30 minutes!

219,949 views

4 years ago

CodeBeauty
C++ Structures for beginners (explained in 30 minutes) + Test your programming knowledge!

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

35:49
C++ Structures for beginners (explained in 30 minutes) + Test your programming knowledge!

226,326 views

4 years ago

CodeBeauty
C# Loops for beginners in 40 min - While, Do-While, For (C# Programming tutorial)

In this programming tutorial, we will learn what are loops in C#. I'll teach you how to use different types of loops. We will learn ...

40:44
C# Loops for beginners in 40 min - While, Do-While, For (C# Programming tutorial)

15,829 views

1 year ago

CodeBeauty
C++ Operator Overloading beginner to advanced (in-depth explanation)

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

35:19
C++ Operator Overloading beginner to advanced (in-depth explanation)

328,072 views

4 years ago

CodeBeauty
C# String - How to work with strings in C#?  C# Programming tutorial for Beginners

In this programming tutorial, we will learn how to work with strings in C#. I'll teach you how to use strings and some tips and tricks ...

29:38
C# String - How to work with strings in C#? C# Programming tutorial for Beginners

8,189 views

1 year ago

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

255,649 views

5 years ago

CodeBeauty
DATA STRUCTURES - How to work with arrays? (C# for beginners) - Arrays explained in 40 minutes!

In this programming tutorial for beginners, we'll break down everything you need to know about arrays in C#. You will learn what ...

41:50
DATA STRUCTURES - How to work with arrays? (C# for beginners) - Arrays explained in 40 minutes!

16,355 views

1 year ago

CodeBeauty
Build your first multithreaded application - Introduction to multithreading in modern C++

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

24:15
Build your first multithreaded application - Introduction to multithreading in modern C++

226,690 views

4 years ago

CodeBeauty
Introduction to Linked Lists, Arrays vs Linked Lists, Advantages/Disadvantages - C++ Data Structures

A linked list is a data structure used to store and organize data. This tutorial is an introduction to linked lists. You will learn how to ...

22:54
Introduction to Linked Lists, Arrays vs Linked Lists, Advantages/Disadvantages - C++ Data Structures

343,225 views

4 years 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)

158,766 views

4 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

14,198 views

1 year 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

129,015 views

5 years ago

CodeBeauty
C++ Copy constructors (beginner-friendly tutorial + practical examples)

This is an OOP tutorial where I'll teach you about copy constructors in C++. After watching this video, you'll learn what is the ...

26:39
C++ Copy constructors (beginner-friendly tutorial + practical examples)

100,098 views

2 years ago

CodeBeauty
SMART POINTERS in C++ (for beginners in 20 minutes)

A smart pointer is a container/wrapper for a raw pointer. In modern C++ smart pointers are defined in the std namespace in the ...

24:32
SMART POINTERS in C++ (for beginners in 20 minutes)

129,594 views

4 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)

121,588 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,867 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,622 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

137,031 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

222,283 views

5 years ago

CodeBeauty
Relationship between Virtual Functions, Pure Virtual Functions and Abstract Classes in OOP explained

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

20:42
Relationship between Virtual Functions, Pure Virtual Functions and Abstract Classes in OOP explained

212,064 views

4 years ago

CodeBeauty
Things junior devs put in their CV 😂 #shorts

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

0:13
Things junior devs put in their CV 😂 #shorts

48,746 views

2 years ago