Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.8 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.8 KB

Windows API Experiments in C

This repository contains various experiments and projects focused on learning and utilizing the Windows API with the C programming language. These projects were developed using Microsoft Visual Studio and demonstrate various aspects of Windows programming, such as system calls, window management, user input handling, and more.

Table of Contents

Introduction

This repository is a collection of personal projects that serve as experiments with the Windows API using the C language in Visual Studio. Each project demonstrates a specific aspect of Windows programming, helping to develop a deeper understanding of Windows internals, system calls, memory management, and GUI interactions.

The projects in this repository range from simple console applications to more complex programs that interact with the Windows GUI. They are designed to be a hands-on learning resource and may not be production-ready.

Projects

📝Note:
    ✅: Completed
    🔲: Work in Process

Usage

To get started with any project in this repository, follow the instructions below.

  1. Clone the repository git clone https://github.com/tantr-us/WinAPI.git
  2. Open the solution file WinAPI.sln in Visual Studio.
  3. Build and run the project within Visual Studio.

Tools

Visual Studio 2022 with Microsoft C++ Compiler

License

This project is licensed under the MIT License – see the LICENSE file for details.

Acknowledgments

  • Thanks to the authors and maintainers of the Windows API documentation for their valuable resources.
  • Special thanks to any contributors, mentors, or resources that helped guide this experimentation journey.

Resources

The following resources were used for reference and learning while working on these projects: