Showing posts with label Program. Show all posts
Showing posts with label Program. Show all posts

Sunday, October 17, 2010

Gold/Silver Coin Melt Calculator




1) Get the current gold or silver market price from the Kitco banner on the top right.
2) Select the type of gold or silver coin you are curious about from the pull-down menu.
3) Input the number of said coin.
4) Click the "Calculate" button to display to total precious metal value in USD.
5) Click "Clear Fields" to empty the number of coins and metal value and start again :)

Sunday, September 5, 2010

My CladCounter Program


Yesterday, I was pinched by a muse and found myself feeling like I was back in programming class in college.

A member on one of the forums I frequent asked about a Clad Counting program that used to be available HERE, but for whatever reason, the download link is broken and it can no longer be found. So I got to thinking, after seeing screenshots of the aforementioned program, I can probably write that in C++. Sooooo I did. Granted, it doesn't have all the fancy graphics, it just runs in command line, but it does everything that program does... except save. But to make up for saving, it exports a report of your daily clad and running totals to a text file for future reference.

If you're interested, give it a go, it's 100% Freeware. You can get it by clicking HERE.

I suggest you read the "readme.txt" included in the .zip file, it explains how the program works and how I recommend you set it up.

Any questions about it? Just leave a comment!