Skip to content

minimal program which can help you practice converting classic number bases.

License

Notifications You must be signed in to change notification settings

AliAlmasi/RadixConvertPractice

Repository files navigation

RadixConvertPractice

About this program

I created this to help me generate random numbers in different number bases to convert to other number bases (classic bases included - such as binary (2), octal (8), decimal (10), and hexadecimal (16) bases).

It is a portable program (doesn't need to be installed) and it only needs dotnet framework 4 runtime as it's dependency.

Click here to download the portable exe file, right away!

"dotnet framework 4 runtime" offline installer (for both 32 & 64 bit systems) is included in this repo. You can just click here to download, run dotNetFx40_Full_x86_x64.exe and install dotnet framework 4 runtime.

Link to git repository

Screenshots

Main window's screenshot History window's screenshot