Direct2D Tutorial 1: Intro and WinMain Entry
Direct2D Tutorial 1: Intro and WinMain Entry

Creel 10 years ago

In this tute we'll look at a general overview of DirectX. We'll code a wWinMain entry point, which we'll use later to create a window.

SAV - undefined reference to WinMain
SAV - undefined reference to WinMain

FormationVidéo 6 years ago

Comment résoudre l'erreur "Undefined reference to WinMain" quand on tente de compiler un programme en C ou C++.

Keyboard input, winMain, keylogger, sneak, WIN API for Game Developers, day 1.
Keyboard input, winMain, keylogger, sneak, WIN API for Game Developers, day 1.

Low Level Game Dev A year ago

In this tutorial series, I aim to help you learn the Windows API. By the end, you will be able to make a basic game, using no ...

Cours/Tuto C++ #10 : Points d'arrêts et Debug
Cours/Tuto C++ #10 : Points d'arrêts et Debug

RevaninioComputing 2 years ago

Corriger les bugs de nos programmes, c'est important ! Dans cette vidéo, on voit les bases de ce qui est en rapport avec les points ...

Intro to C on Windows - Day 1
Intro to C on Windows - Day 1

Molly Rocket 10 years ago

Day 1 of the introduction to C programming on Windows series from Handmade Hero. See http://handmadehero.org for details. 1.

Entry Point | Game Engine Series
Entry Point | Game Engine Series

The Cherno 6 years ago

Patreon ▻ https://patreon.com/thecherno GitHub repository ▻ https://github.com/TheCherno/Hazel Instagram ...

1️⃣ Embarcadero Dev-C++  |   Win32 Desktop Application
1️⃣ Embarcadero Dev-C++ | Win32 Desktop Application

Muminjon 4 years ago

Hey! Check out the new Embarcadero Dev-C++! A fast, portable, simple, and free C/C++ IDE. Dev C++ has been downloaded ...

How To Find Start Of Actor Code (WinMain) In Malware
How To Find Start Of Actor Code (WinMain) In Malware

AGDC Services 4 years ago

View our malware analysis training: https://AGDCservices.com/training/ Follow me on Twitter for RE tips and resources: ...

Technique - Intégrer des liens dynamiques
Technique - Intégrer des liens dynamiques

BPM Solution by 3DS 6 years ago

Pour tester notre solution : https://www.iterop.com/planifier-une-demo/ Pour consulter notre documentation : https://doc.iterop.com/ ...

Create or Open Window Using Win32 API (C/C++ on Windows)
Create or Open Window Using Win32 API (C/C++ on Windows)

Native Programming - complete A year ago

Create a simple, empty window on Windows using pure calls to the Win32 API including Win32 APIs like RegisterClassEx ...

Direct2D Tutorial 10: Timing and Frame Skipping
Direct2D Tutorial 10: Timing and Frame Skipping

Creel 9 years ago

This video is all about making sure our programs appear to run at the same speed, regardless of the user's hardware. It is not so ...

C++ DirectX 12 Game Engine - [S01E01] - Creating Our First Window
C++ DirectX 12 Game Engine - [S01E01] - Creating Our First Window

OlympusMonsTutorials 4 years ago

Hello and Welcome to Olympus Mons Tutorials! In this episode we will begin by setting up our project and creating our first ...

Créer une Fenêtre Windows
Créer une Fenêtre Windows

GameDevCodeur 2 years ago

programmation #cpp #allegro #games #jeux #2d #gamedevcodeur #compilation #type #variable #random #operator #windows ...

Independance Day - Prologue: l'ABC du C (Partie 1)
Independance Day - Prologue: l'ABC du C (Partie 1)

Independance Day 4 years ago

Independance Day - Prologue: l'ABC du C (Partie 1): Cette vidéo est un "cours magistral" de langage C destiné à des débutants ...

Direct2d  C++ Games: Window Messages, uMsg, wParam, lParam
Direct2d C++ Games: Window Messages, uMsg, wParam, lParam

algoLancer 4 years ago

link for help: https://bit.ly/46KC5vn in this mesage you'll learn how to use window messages PeekMessage GetMessage ...

C++ GUI Programming For Beginners | Episode 2  - Creating a Window
C++ GUI Programming For Beginners | Episode 2 - Creating a Window

OttoBotCode 3 years ago

Learn how to program cross platform graphical user interfaces in C++ using wxWidgets. This time we begin programming GUIs by ...

Porting a Windows Win32 Game to Android
Porting a Windows Win32 Game to Android

Vaz Games 10 years ago

The longest 'lightning' talk ever. This is a long (and practice) version of a much shorter talk delivered for the Tampa Bay Android ...

Application avec Fenetre en C
Application avec Fenetre en C

GameDevCodeur 2 years ago

programmation #cpp #allegro #games #jeux #2d #gamedevcodeur #compilation #type #variable #random #operator #windows ...

Game Engine Programming 021.1 - Save the game project in binary format | C++ Game Engine
Game Engine Programming 021.1 - Save the game project in binary format | C++ Game Engine

Game Engine Series 4 years ago

Welcome to this new episode in which we'll start setting up things to run the game in stand-alone mode. First we'll add new ...

Fenêtre Windows - Affichage  Animation
Fenêtre Windows - Affichage Animation

GameDevCodeur 2 years ago

programmation #cpp #allegro #games #jeux #2d #gamedevcodeur #compilation #type #variable #random #operator #windows ...

WIN API for Game Developers, part 1, days 0-10, introduction.
WIN API for Game Developers, part 1, days 0-10, introduction.

Low Level Game Dev 10 months ago

In this tutorial series, I aim to help you learn the Windows API. By the end, you will be able to make a basic game, using no ...

Programming DirectX 9.0c Applications - 1.1 - Basic Setup [TutorialGenius.com]
Programming DirectX 9.0c Applications - 1.1 - Basic Setup [TutorialGenius.com]

TutorialGenius.com 12 years ago

Programming DirectX 9.0c Applications Tutorial from TutorialGenius.com and GinkoSolutions.com. ***PLEASE SUBSCRIBE*** ...

Déboguer votre code C++ avec Visual Studio #Déboguer# C++ #studio
Déboguer votre code C++ avec Visual Studio #Déboguer# C++ #studio

Pr Zakaria 2 years ago

Déboguer votre code C++ avec Visual StudioDéboguer votre code C++ avec Visual StudioDéboguer votre code C++ avec Visual ...

Win32 API (Windows API) Guide for C# - Structs, Data Types, Msgs, & More [MIC]
Win32 API (Windows API) Guide for C# - Structs, Data Types, Msgs, & More [MIC]

2dim 3 years ago

csharp #win32 #windows PasteBin: https://pastebin.com/LN10pcay A general guide for using Windows' Win32 API in C#!

C++ DirectX 12 Game Engine - [S01E03] - Creating A Game Engine
C++ DirectX 12 Game Engine - [S01E03] - Creating A Game Engine

OlympusMonsTutorials 4 years ago

Hello and Welcome to Olympus Mons Tutorials! In this episode we create a new project to act as our game engine. We'll make this ...

Create a Window for your own DirectX Game Engine! | Beginner DirectX Tutorial Part 1
Create a Window for your own DirectX Game Engine! | Beginner DirectX Tutorial Part 1

SkyVaultGames 3 years ago

Learn how to use C++ to create a window as the basis for creating your own game engine in DirectX! If you have questions or ...

Comment utiliser SFML sur Code::Blocks ?
Comment utiliser SFML sur Code::Blocks ?

incandescence A year ago

Dans cette vidéo, je vais vous présenter toutes les instructions nécessaires pour utiliser SFML dans Code::Blocks sans rencontrer ...

la fonction echange() (programmation c)
la fonction echange() (programmation c)

algostyle 2 years ago

créer une fonction ech() qui échange les éléments d'un tableau utilisation des indices et puis des pointeurs.

What Does It Take To Port 16-Bit Windows 1.0 Applications Into Native Windows 11 Programs?
What Does It Take To Port 16-Bit Windows 1.0 Applications Into Native Windows 11 Programs?

NCommander 3 years ago

Windows has been around for 36 years now, and it's changed a lot since it's early days. However, one question I had to wonder is: ...

Studiocode Tutorials | 2.4 Capture Windows - Open and Close QT Capture Window
Studiocode Tutorials | 2.4 Capture Windows - Open and Close QT Capture Window

Vosaic 8 years ago

This product has been discontinued. Please visit Vosaic.com to learn about Vosaic Connect as a replacement product.

Hello, Assembly!  Retrocoding the World's Smallest Windows App in x86 ASM
Hello, Assembly! Retrocoding the World's Smallest Windows App in x86 ASM

Dave's Garage 4 years ago

Dave builds the World's Smallest Windows application live in x86 assembly using only a text editor and the command line to ...

Developing Windows Applications with Microsoft Visual Studio 2010 -10262
Developing Windows Applications with Microsoft Visual Studio 2010 -10262

ctc TrainCanada 10 years ago

Course info here: http://goo.gl/2189dc An understanding of the problem-solving techniques that apply to software development, ...

How to : Using directdraw with delphi
How to : Using directdraw with delphi

How to : Tips and Trick 6 years ago

Using directdraw with delphi This shows how to start using the DirectX library in Delphi programs and then demonstrates a simple ...

Understand command line arguments and its relation with pointer to pointer | pass arguments in VSC
Understand command line arguments and its relation with pointer to pointer | pass arguments in VSC

Apply IT 3 years ago

cmdargs #CommandLineArguments #argv #char** In C programming language, if you want to understand the relationship ...

APPRENDRE LE C - #4  LA PROGRAMMATION MODULAIRE ET LES FONCTIONS  #4.
APPRENDRE LE C - #4 LA PROGRAMMATION MODULAIRE ET LES FONCTIONS #4.

DevNet 2 years ago

Rejoins la communauté DevNet. https://devnet8057.systeme.io/votre-formation Si tu es ingénieur informatique, développeur ou ...

[SFML-Cours] #01 - Configurer le projet
[SFML-Cours] #01 - Configurer le projet

Kurisu-Games 6 years ago

Série de vidéos d'apprentissage de la SFML. La SFML est une librairie C++ pour faire des jeux vidéos 2D. --------- Logiciel de ...

Independance Day - Prologue: l'ABC du C (Partie 2)
Independance Day - Prologue: l'ABC du C (Partie 2)

Independance Day 4 years ago

Independance Day - Prologue: l'ABC du C (Partie 2): Cette vidéo est la suite et fin de notre "cours magistral" de langage C destiné ...

LabWindows/CVI - SDK Windows- 4/n
LabWindows/CVI - SDK Windows- 4/n

Philippe BAUCOUR 11 years ago

Pensez à regarder la vidéo en mode 720p et passez en plein écran. Ce sera vraiment plus agréable :-) Dans cet épisode je ...

Introduction to Function Pointers in C++: What are they and how are they used?
Introduction to Function Pointers in C++: What are they and how are they used?

Creel 4 years ago

Support What's a Creel? on Patreon: https://www.patreon.com/whatsacreel Office merch store: ...

Win 32 C++ Week 1 Programming with Mr. Tim - Visual Studio - Message Box
Win 32 C++ Week 1 Programming with Mr. Tim - Visual Studio - Message Box

tthellmann 4 years ago

Welcome to the Win 32 C++ series. As the video explains, this is a video that introduces a series on how to program using ...

Independance Day - Episode 001: Du fichier vide au buffer animé
Independance Day - Episode 001: Du fichier vide au buffer animé

Independance Day 4 years ago

Première vidéo de la série à proprement parler. Ici je commence par montrer mon set-up, puis on démarre sur un fichier vide pour ...

Programming DirectX 9.0c Applications - 4.1 - 9 Squares Example [TutorialGenius.com]
Programming DirectX 9.0c Applications - 4.1 - 9 Squares Example [TutorialGenius.com]

TutorialGenius.com 12 years ago

Programming DirectX 9.0c Applications Tutorial from TutorialGenius.com and GinkoSolutions.com. ***PLEASE SUBSCRIBE*** ...

Create Makefile part 1
Create Makefile part 1

matrix 2.0 4 years ago

Création d'un makefile avec gnu linux via powershell de Windows. @@@@@@ N'oubliez pas de vous abonnés à ma chaîne ...

Hiding Code Behind Thread-Local Storage - Reverse Engineering TLS Callbacks
Hiding Code Behind Thread-Local Storage - Reverse Engineering TLS Callbacks

Reversing Hub 4 years ago

In this video we'll see how to execute code before the entry point of the application and before the main function and confuse ...

Windows XP vs a crappy C programmer
Windows XP vs a crappy C programmer

Michael Crump 4 years ago

Windows XP vs a crappy c programmer. Do you have questions? Then reach out on social or join our stream and discord.

STREAM: Porting 16-bit Windows 1.0 Applications to 64-Bit Windows 11
STREAM: Porting 16-bit Windows 1.0 Applications to 64-Bit Windows 11

NCommander 3 years ago

The very first retro-computing video on this channel was working Windows 1.0 software development. I now want to take a look ...

Game Engine Systems - Cross Platform Game Engine Development
Game Engine Systems - Cross Platform Game Engine Development

Ozzadar Dev 3 years ago

In this lesson, we bootstrap some game engine systems and provide an entry point to our client applications. By the end we have ...

Intro to Ghidra Tutorial 2023 | Setup to Disassembly Window | Ghidra SRE
Intro to Ghidra Tutorial 2023 | Setup to Disassembly Window | Ghidra SRE

RicochetTech A year ago

Happy Cybersecurity Month 2023! In this video, you are introduced to Ghidra, a software reverse engineering framework.

Résultats de Youtube (Conditions d'utilisation)Politique de confidentialité Google