Skip to content

Really basic command tool to convert Celsius to Fahrenheit and vise versa.

License

Notifications You must be signed in to change notification settings

itsdula/temprature-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Temprature Converter

Really basic command tool to convert Celsius to Fahrenheit and vise versa.

How to use?

There are 2 .cpp files that you must compile using g++

  • c2f.cpp
  • f2c.cpp

g++ c2f.cpp -o c2f
g++ f2c.cpp -o f2c

Move the executables to /usr/local/bin (Mac and I think Linux... 🤷🏽🤔💭)

Mac users must use sudo, Linux depends, and Windows no idea...

  • sudo mv c2f /usr/local/bin
  • sudo mv f2c /usr/local/bin

Restart Terminal 👍🏽

About

Really basic command tool to convert Celsius to Fahrenheit and vise versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages