New User: wroscoe
New User: wroscoe
Hello,
I'm new to C and would like to create an smart unit converter that recognizes the units of units.
10 Dec 07, 11:20PM
11 Dec 07, 3:02AM
Yeah we're on the same page.
The converter would need to recognize both the base units (m,ft,kg) and how its mathmatical relation to the complex units (like the ones you've shown above). I'd like to base the system on the <a href="http://aurora.rg.iupui.edu/~schadow/units/UCUM/ucum.html">Unified Code for Units of Measure.</a>.
I haven't looked a the converters here because you need to buy a commercial license. Whats with that? And over at the codeproject the unit converter's zip file was corrupted.
Let me know if you have any references for this project.
11 Dec 07, 10:09AM
I've not seen any units convertions that do the above.
The codecogs system has a number of base types for common quantities, i.e.
- distance
- flow
- density
- pressure
- etc.
Login