ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

381 results

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

109,642 views

9 months ago

Erarnitox
C++ is not as scary as you think!

C++ often has the connotation that its very low level and hard to use. In this video I show you how to use std::filesystem to easily ...

8:26
C++ is not as scary as you think!

1,226 views

11 months ago

southeastlinuxfest
Brad Whitehead - Pascal - The Once and Future Programming Language

2025 Southeast Linuxfest: FOSS Object Pascal has most of the features that developers are seeking: cross-platform, the classes of ...

46:52
Brad Whitehead - Pascal - The Once and Future Programming Language

4,803 views

6 months ago

Meatcorps
LIVE: CREATE GUI SYSTEM inside C# + Raylib

Let's add a GUI like menus and let's see how far we come! This is part of the journey to make my custom game engine and ...

1:55:39
LIVE: CREATE GUI SYSTEM inside C# + Raylib

58 views

Streamed 1 month ago

The Debug Zone
Building an Electron GUI with C# Backend: Common Challenges and Solutions

In this video, we dive into the fascinating world of building a graphical user interface (GUI) using Electron, paired with a robust C# ...

1:53
Building an Electron GUI with C# Backend: Common Challenges and Solutions

10 views

1 month ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

15,616 views

4 days ago

The Statistics Lab
SQ4007 Lecture wk2 C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Lecture ...

48:54
SQ4007 Lecture wk2 C

11 views

3 months ago

The Debug Zone
How to Create a Scrollable List of Widgets in Qt C++: A Step-by-Step Guide

In this video, we'll dive into the world of Qt C++ and explore how to create a scrollable list of widgets. Whether you're building a ...

1:47
How to Create a Scrollable List of Widgets in Qt C++: A Step-by-Step Guide

7 views

3 months ago

Erarnitox
The Most Useful C++ Libraries

Core Libraries: - 1) 0:30 | https://pocoproject.org - 2) 1:58 | https://github.com/facebook/folly - 3) 2:08 ...

22:13
The Most Useful C++ Libraries

443 views

2 months ago

Erarnitox
CMake (part 1) | Working through the official CMake Tutorial

In this video we will work together through the official cmake tutorial and learn how to set up a basic cmake project, set the C++ ...

17:46
CMake (part 1) | Working through the official CMake Tutorial

296 views

8 months ago

RavenJS
Go Tutorial: Basic TUI app served over SSH

We will build a basic TUI app using Go (charmbracelet/bubbletea), and serve it over SSH. Inspired by terminal.shop. Source code: ...

36:30
Go Tutorial: Basic TUI app served over SSH

10,673 views

8 months ago

CharlesGPT
Building a Student Info System with JavaFX | Full GUI Tutorial📚🖥️

javafx #javatutorial #scenebuilder #stringbuilder In this step-by-step JavaFX tutorial, you will build a fully functional Student ...

1:04:19
Building a Student Info System with JavaFX | Full GUI Tutorial📚🖥️

161 views

2 months ago

OkapiDev
Overhauling My C++ Game Framework

In this video, I scrapped my old game "framework" and built a new, improved version with better organisation and more features.

12:42
Overhauling My C++ Game Framework

723 views

10 months ago

Kevin J.
Graphics From Scratch: Multi-Variable Curves

MY FOLLOW UP: https://www.youtube.com/watch?v=Pib-EqB0XEk This is my latest C++ project. The engine is written purely from ...

3:25
Graphics From Scratch: Multi-Variable Curves

202 views

11 months ago

Erarnitox
Generics in C++ using Templates and Concepts

In this video I give a quick rundown of how to use Templates and Concepts in C++. On the way I also cover some syntactical ...

3:46
Generics in C++ using Templates and Concepts

448 views

10 months ago

package main
Essential CLI/TUI tools for developers

We, developers, spend a lot of time in our terminals. In this video I want to show some tools that I personally use quite often and ...

19:04
Essential CLI/TUI tools for developers

7,804 views

9 months ago

Codotaku
How to setup Qt 6 with CMake and CLion on windows

How to setup Qt 6 with CMake and CLion on windows Discord: https://discord.codotaku.com Qt (/ˈkjuːt/ pronounced "cute") is a ...

13:13
How to setup Qt 6 with CMake and CLion on windows

138 views

12 days ago

Michael Gautier
C++ the Basic Way 2025 (5) | GTKMM-4 FileChooserNative | Import File to ListBox

During the week of February 9, 2025, I completed the core functionality for my barcode‐scanning application, a GUI program ...

44:59
C++ the Basic Way 2025 (5) | GTKMM-4 FileChooserNative | Import File to ListBox

187 views

11 months ago

Erarnitox
Building a Simple CSV-Parser in Modern C++

Writing a File Parser in C++ does not have to be hard. In this video I show you how to write a simple CSV-File Parser that utilizes ...

13:59
Building a Simple CSV-Parser in Modern C++

530 views

9 months ago

StableCoder
208 Making the engine exportable and importable via CMake

This session focuses on making the porject easily installable, and then easily consumable by downstream projects. This is entirely ...

1:47:04
208 Making the engine exportable and importable via CMake

21 views

2 months ago

Regular Studio
I made a *very* touchable main menu

Wishlist on Steam - https://store.steampowered.com/app/2830030/MOTORSLICE/ You can.... Umm... Touch her on the menu.

0:33
I made a *very* touchable main menu

3,470,853 views

10 months ago

Erarnitox
Debugging C++ Applications with gdb

I this video we will take at more tools to ensure our code is working properly. We take a look at static analysis tools like clang-tidy ...

27:08
Debugging C++ Applications with gdb

151 views

2 months ago

Erarnitox
Using Libraries in C++ | Building a simple UI using SDL3, OpenGL and ImGUI

In this video I show to integrate third party libraries into your modern C++ project using CPM.cmake. We will utilize SDL3, ImGUI ...

6:14
Using Libraries in C++ | Building a simple UI using SDL3, OpenGL and ImGUI

1,220 views

8 months ago

The Debug Zone
How to Add a New WinForms in C# Project: Step-by-Step Guide

In this video, we'll walk you through the process of adding a new Windows Forms (WinForms) to your C# project. Whether you're a ...

1:30
How to Add a New WinForms in C# Project: Step-by-Step Guide

0 views

1 month ago

ojamboshop
Source Code Management With SourceGit

Git is a popular source code management system. Git is a distributed revision control system because every "working directory" ...

40:25
Source Code Management With SourceGit

552 views

Streamed 7 months ago