Skip to content

Repository files navigation

M Converter v0.1

M Converter Banner

A small C project for base conversions, created by ml0w6c65766c.
The converter supports conversions between Binary, Decimal, and Hex.


Features

Option Conversion
1 Binary → Hex
2 Binary → Decimal
3 Decimal → Binary
4 Decimal → Hex
5 Hex → Binary
6 Hex → Decimal

Installation / Build

This project uses a Makefile for easy compiling and running.

Prerequisites

  • Linux / macOS terminal
  • gcc compiler
  • make utility

Install make if you don’t have it:

sudo apt install make

Compile and Run

To compile and run the converter:

make run

Usage

  1. Run the program with make run.
  2. Choose a conversion option from the menu (1–6).
  3. Enter the number (Binary, Decimal, or Hex) when prompted.
  4. The converted output will be displayed immediately.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages