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.
Source Code (Pretty nooby)
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.
Source Code (Pretty nooby)
Added a megaupload link, since mediafire seems to be down
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...
Ah, more trouble from the floats, probably :<
And yeah, Iunno why I didn't think of that. Sounds great.
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
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
Done. Also, does anyone particularly hate the ugly new icon, or should I use ResHacker to change it to a nice PNG or something?
hmm correct me if im wrong, but a simple string input and a parser would work faster than using case?
Dude, it's a TINY program. Nobody's going to notice any difference, it just makes it easier for me to read.
how will it work for OSX when it's an .exe file? o_O
And it should also work on OSX and *nix
EDIT: Not the EXE haha