ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,506 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,540,851 views

4 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

62,602 views

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

428,665 views

4 years ago

CodeBeauty
How I 10x my salary #shrots #coding #developers #developerlife #code #10x

I worked for several years on a modest salary, during which I gained significant knowledge and worked diligently. Despite being a ...

1:11
How I 10x my salary #shrots #coding #developers #developerlife #code #10x

18,910 views

2 years 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,286 views

5 years 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

254,444 views

5 years ago

CodeBeauty
FIVE important things that you will not learn at University - CodeBeauty Talks (2025)

Five important things that you will not learn at University, but are very important to know: Learn how to solve problems and build ...

11:55
FIVE important things that you will not learn at University - CodeBeauty Talks (2025)

26,887 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

210,746 views

4 years ago

freeCodeCamp.org
Object Oriented Programming (OOP) in C++ Course

Object Oriented Programming (OOP) is commonly used when writing code with C++. In this crash course, you will learn what OOP ...

1:30:26
Object Oriented Programming (OOP) in C++ Course

2,988,536 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,401 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!

225,110 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,641 views

1 year 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,987 views

4 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,297 views

8 months ago

CodeBeauty
C++ FOR BEGINNERS (2025) - First program “Hello World” using Visual Studio 2019 PROGRAMMING TUTORIAL

In this tutorial I'm explaining the basics of C++. I'm going to create the first project using Visual Studio 2019 and explain the basics ...

26:32
C++ FOR BEGINNERS (2025) - First program “Hello World” using Visual Studio 2019 PROGRAMMING TUTORIAL

437,821 views

5 years ago

CodeBeauty
C++ OOP (2025) - What are constructors and class methods? How to use them?

In this video, I'm explaining when, why, and how are constructors and class methods used. Learn how to solve problems and ...

15:06
C++ OOP (2025) - What are constructors and class methods? How to use them?

268,025 views

5 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

341,852 views

4 years ago

CodeBeauty
Build C++ GUI apps FAST! Your first C++ GUI app!

In this video, I'll help you to build your first C++ GUI app. For this lesson we'll use C++Builder. You can download a free trial using ...

27:10
Build C++ GUI apps FAST! Your first C++ GUI app!

769,154 views

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

326,021 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,069 views

4 years ago

CodeBeauty
Introduction, Classes and Objects (C# OOP - Practical Programming Tutorial) - part 1

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

31:14
Introduction, Classes and Objects (C# OOP - Practical Programming Tutorial) - part 1

51,591 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++

225,458 views

4 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,749 views

1 year 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,796 views

4 years ago

CodeBeauty
STL vector (Relationship between Static array, Dynamic array and STL vector) with examples

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

28:48
STL vector (Relationship between Static array, Dynamic array and STL vector) with examples

111,974 views

3 years ago