SK Conversion Tool V2! (CE/CR/USD)

13 respuestas [Último envío]
Imagen de Engiealt
Engiealt

I made a simple little conversion calculator in C++ if you don't feel like punching in all the stuff on your calculator.
Select your input (CR/CE/USD) and it will output the equivalent amounts.

Screenshot

Download

Source Code (Pretty nooby)

Imagen de Engiealt
Engiealt
And it should also work on

And it should also work on OSX and *nix

EDIT: Not the EXE haha

Imagen de Engiealt
Engiealt
Added a megaupload link,

Added a megaupload link, since mediafire seems to be down

BiggestLoser
Legacy Username
Zelda

thanks

E: btw, can u make it so, that it calculates all 3 at once: CE, CR and USD? thatd make it simpler and more convenient to use, too, imo
E2: unnecessary rounding issue, i noticed, it screws the input numbers and causes confusion
http://img2.uploadhouse.com/fileuploads/14546/14546042e28af8ca0f8dd5fc3f...

Imagen de Engiealt
Engiealt
Ah, more trouble from the

Ah, more trouble from the floats, probably :<

And yeah, Iunno why I didn't think of that. Sounds great.

Imagen de Engiealt
Engiealt
Updated!

V2.1, I guess

-Removed rounding issue (it'll still round down to 0 if your input won't buy you a single unit of CE/CR/USD)
-Removed ugly and confusing decimals
-Updated menu/conversion types

BiggestLoser
Legacy Username
Zelda

sweet, 1 more thing, im not sure if thats supposed to be as it is, but the crown output could be multiplied with 0.98, because if i was to sell CE/USD to get crowns id hav to pay the 2% fee and if i wasnt, then the conversion rate would be inaccurate

Imagen de Engiealt
Engiealt
Good point, hold on.

Good point, hold on.

Imagen de Engiealt
Engiealt
Done. Also, does anyone

Done. Also, does anyone particularly hate the ugly new icon, or should I use ResHacker to change it to a nice PNG or something?

Imagen de Engiealt
Engiealt
Added a nicer icon^^

Added a nicer icon^^

Imagen de Cobriliant
Cobriliant
hmm correct me if im wrong,

hmm correct me if im wrong, but a simple string input and a parser would work faster than using case?

Imagen de Engiealt
Engiealt
Dude, it's a TINY program.

Dude, it's a TINY program. Nobody's going to notice any difference, it just makes it easier for me to read.

eggboy
Legacy Username
how will it work for OSX when

how will it work for OSX when it's an .exe file? o_O

Imagen de Engiealt
Engiealt
Oh, I meant the source xD

Oh, I meant the source xD