0
A_Program_To_Convert_Physical_Units
Please help me to write a program converts a physical quantity in one set of units to another set of units and displays the result as a floating point number. For example, read in a Power in kWh per day and display it in W.
2 Respuestas
+ 4
You can use this library. It is c++ unit conversion system. You can take reference from this.
https://sourceforge.net/projects/cppunitlibrary/
0
thanks