"Chip Snow" <sc98@qwest.net> writes:
> I need to make an .EXE to convert Inches to Metric and back. I don't even
> know how start this. Could someone show me the way, or heck, does someone
> have one programmed already?
Use GNU's units. If you have a linuxbox you might already have it
installed.
nero
% units
you have: 10in
you want: cm
* 2.540000e+01
/ 3.937008e-02
Find it at:
http://www.gnu.org/software/units/units.html
If you want to do it yourself, just search for a conversion table with
your favorite search engine, and use it to make the program.