Skip to content

Simple C and WinAPI binary and decimal value converter

License

Notifications You must be signed in to change notification settings

DragonSWDev/BINDECConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BIN&DEC Converter

This is a simple application written with purpose of being little more complicated "Hello World" example (for me at least) in C and WinAPI. It's simple BIN to DEC and vice versa converter with GUI using pure Windows API.

Screenshot

Building

I was using MinGW-w64 to build it so instructions are for MinGW but Visual Studio should compile this as well.

Install Mingw-w64

Instructions on project page: https://mingw-w64.org/doku.php

Compile application

Go to the src directory and use gmake/make/mingw32-make.

gmake [all/clean]

License

BIN&DEC Converter is distributed under the terms of the MIT License (check LICENSE file for details).

About

Simple C and WinAPI binary and decimal value converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published