ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

NAREN LECTURE
14 Exception Handling

Exception Handling in C++.

1:39:19
14 Exception Handling

0 views

3 weeks ago

The Debug Zone
Handling ThreadAbortedException with JsonConvert.DeserializeObject in C#

In this video, we delve into the intricacies of handling `ThreadAbortedException` when using `JsonConvert.DeserializeObject` in ...

4:22
Handling ThreadAbortedException with JsonConvert.DeserializeObject in C#

0 views

3 weeks ago

The Debug Zone
How to Suppress 'Use of Unassigned Local Variable' Error in C#?

In this video, we delve into a common issue faced by C# developers: the 'Use of Unassigned Local Variable' error. This error can ...

1:55
How to Suppress 'Use of Unassigned Local Variable' Error in C#?

0 views

13 days ago

The Debug Zone
How to Implement atoi() for int128_t in C/C++: A Complete Guide

In this video, we dive into the intricacies of implementing the `atoi()` function for the `int128_t` data type in C and C++. As modern ...

9:03
How to Implement atoi() for int128_t in C/C++: A Complete Guide

0 views

2 weeks ago

The Debug Zone
Understanding Overloaded Delete and Exceptions in C++ Destructors

In this video, we delve into the intricacies of overloaded delete operators and exception handling within C++ destructors.

3:13
Understanding Overloaded Delete and Exceptions in C++ Destructors

5 views

3 days ago

The Debug Zone
Fixing System.MissingMethodException in C# Program.cs: Common Solutions

In this video, we tackle the frustrating System.MissingMethodException that often arises in C# applications, particularly within the ...

3:11
Fixing System.MissingMethodException in C# Program.cs: Common Solutions

0 views

4 days ago

The Debug Zone
Fixing Compile Errors in C++: Troubleshooting Lambda Capture Issues

In this video, we dive into the common pitfalls of using lambda expressions in C++ and how to effectively troubleshoot compile ...

1:31
Fixing Compile Errors in C++: Troubleshooting Lambda Capture Issues

2 views

1 month ago

The Debug Zone
How to Check if a String Can Be a Float in C: A Step-by-Step Guide

In this video, we'll explore a crucial aspect of programming in C: determining whether a given string can be converted into a float.

3:22
How to Check if a String Can Be a Float in C: A Step-by-Step Guide

4 views

3 weeks ago

The Debug Zone
How to Fix LNK2019 Error in C++: Troubleshooting Tips and Solutions

In this video, we dive into the common LNK2019 error that C++ developers often encounter during the linking phase of their ...

2:12
How to Fix LNK2019 Error in C++: Troubleshooting Tips and Solutions

0 views

13 days ago

Codotaku
C++20 Coroutines and asio async channels (Actor model)

C++20 Coroutines and asio async channels (Actor model) discord: https://discord.codotaku.com The actor model in computer ...

18:24
C++20 Coroutines and asio async channels (Actor model)

96 views

5 days ago

The Debug Zone
Fixing 'Cannot Copy Strings from Pointer Array' Error with strcpy in C

In this video, we tackle a common issue faced by C programmers: the 'Cannot Copy Strings from Pointer Array' error when using ...

4:38
Fixing 'Cannot Copy Strings from Pointer Array' Error with strcpy in C

0 views

13 days ago

The Debug Zone
Clang Error: Template Binary Operator Not Found in Fold Expression Explained

In this video, we delve into a common yet perplexing issue encountered by C++ developers: the "Template Binary Operator Not ...

2:47
Clang Error: Template Binary Operator Not Found in Fold Expression Explained

0 views

3 weeks ago

The Debug Zone
Fixing Abnormal Data Stream Issues with fgets() and Input Redirection in C

In this video, we dive into the challenges of handling abnormal data streams in C programming. Specifically, we'll explore how to ...

2:21
Fixing Abnormal Data Stream Issues with fgets() and Input Redirection in C

0 views

2 days ago

The Debug Zone
Fixing 'Does Not Name a Type' Error in OpenCV with MinGW32-Make

In this video, we tackle a common issue faced by developers working with OpenCV in a MinGW32 environment: the dreaded ...

5:09
Fixing 'Does Not Name a Type' Error in OpenCV with MinGW32-Make

3 views

3 weeks ago

The Debug Zone
Understanding C++17 std::variant: Common Issues and Solutions in Clang 6.0.0

In this video, we delve into the powerful features of C++17's `std::variant`, a type-safe union that simplifies handling multiple data ...

1:55
Understanding C++17 std::variant: Common Issues and Solutions in Clang 6.0.0

0 views

2 days ago

The Debug Zone
Why Including an STL Header Fixes Compilation Errors in C++ Code

In this video, we delve into the often-overlooked importance of including STL headers in C++ programming. Many developers ...

1:55
Why Including an STL Header Fixes Compilation Errors in C++ Code

0 views

2 days ago

Jody Bruchon
CPU Cache Lines And Performance Visually Explained For Programmers

You wanted to know about caches. Now you know about caches. SUPPORT LINKS PayPal: https://paypal.me/JodyBruchon Ko-Fi: ...

12:50
CPU Cache Lines And Performance Visually Explained For Programmers

1,512 views

5 days ago

Peter Schneider
What is a StackOverflowError?

What is a StackOverflowError? I hope you found a solution that worked for you :) The Content is licensed under ...

4:53
What is a StackOverflowError?

0 views

2 weeks ago

The Debug Zone
How to Return Error Codes from Constructors in C++: Best Practices Explained

In this video, we delve into a crucial aspect of C++ programming: handling error codes in constructors. While constructors are ...

3:20
How to Return Error Codes from Constructors in C++: Best Practices Explained

0 views

5 days ago

The Debug Zone
Fixing 'expected double ** but argument is of type double (*)[2]' Error in C/C++

In this video, we tackle a common issue encountered by C and C++ programmers: the 'expected double ** but argument is of type ...

4:18
Fixing 'expected double ** but argument is of type double (*)[2]' Error in C/C++

2 views

4 days ago