Skip to content

A simple temperature converter in C++ for every temperature units

License

Notifications You must be signed in to change notification settings

xyz899/temperature-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter in C++

This repository contains a simple C++ program for converting temperatures between Fahrenheit, Celsius and Kelvin.

Features

Convert from Celsius to Fahrenheit.
Convert from Fahrenheit to Celsius.
User-friendly console interface.

Requirements

C++ Compiler (e.g., g++, clang++)
Make (optional for build automation)
Clone the repository:

Usage

Compile the program:
g++ -o temp_converter temp_converter.cpp
Run the program:

./temp_converter

Follow the on-screen instructions to enter temperatures and select conversion options.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A simple temperature converter in C++ for every temperature units

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages