Skip to content

Tranusy v2.0.0 (with multiple mod)

Latest
Compare
Choose a tag to compare
@Roman-Sarchuk Roman-Sarchuk released this 27 Jun 16:52
caf7dbe

Note

Tranusy is a numeric base converter application built using C++/CLI. It allows users to convert numbers from one base to another in a straightforward manner with the steps shown. Tranusy offers a user-friendly interface with clear input and output fields, making it easy for users to perform conversions.

What it can do

  • simple conversion between the number systems (2 - 36)
  • simple conversion with the step shown
  • multiple conversion of the several numbers in one go
  • multiple conversion with the each process step shown
  • import the numbers from *.txt
  • save the data of the step shown in *.txt

Photo

image
image
image
image

Warning

Tranusy's using the base type of data as integer {From −9 223 372 036 854 775 808 to 9 223 372 036 854 775 807} and doubel {1.7E +/- 308 (15 characters)}.
Thus Tranusy can't convert the very huge numbers yet.