Number converter

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Number converter

Post by AZJIO »

Number converter (Windows, Linux)

Download: yandex upload.ee

Image

Converts between Bin Dec Hex Roman Text, and Base, specifying a character set.

"Dec -> Text" - you need to change the flag of the NumberNumToName(Num, 0) function to zero to use in English.

There are still disadvantages, but you can already use the program.

Update
The layout of the window elements.
Added help.
Changing the window size.
Conversion in both directions, depending on which field to enter data
Last edited by AZJIO on Wed Jun 30, 2021 3:30 am, edited 4 times in total.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Number converter

Post by Kwai chang caine »

Russian is like chinese and other languages nice and very impressive :shock:
But not really "simple" to understand "- тот же тип -" :oops: :lol: even with " NumberNumToName(Num, 0) function to zero" :wink:

Image

But thanks when even for sharing this usefull tool 8)
ImageThe happiness is a road...
Not a destination
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Number converter

Post by AZJIO »

Update
Added English and you can specify your language in the source (ConvNum_Uni.pb).
See other updates in the first post.
User avatar
Keya
Addict
Addict
Posts: 1891
Joined: Thu Jun 04, 2015 7:10 am

Re: Number converter

Post by Keya »

Can you please post the source code here?
For various reasons (mostly security) I don't like downloading from 3rd party websites, and Russian websites don't have a good reputation
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Number converter

Post by Kwai chang caine »

Thanks a lot for adding english language 8)
It's when even easier like that :wink:
ImageThe happiness is a road...
Not a destination
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Number converter

Post by AZJIO »

Keya wrote: Tue Jun 29, 2021 3:20 amCan you please post the source code here?
Is it ok when a lot of code will be uploaded? I am a lover of the archive with the original files. The only drawback is the lack of search and the fact that the files can disappear after a few years.
Keya wrote: Tue Jun 29, 2021 3:20 amRussian websites don't have a good reputation
I only trust Russian sites. Although there are exceptions, as elsewhere.
Post Reply