Skip to content

This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.

Notifications You must be signed in to change notification settings

iTechie360/TemperatureConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter in C

This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.

Files

  • src/temp_converter.c: Source code for the temperature conversion.
  • Makefile: Build instructions for compiling the program.
  • README.md: Project documentation.

Compilation and Execution

To compile and run the program:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run make to build the program.
  4. Execute ./bin/temp_converter to run the program.

Follow the prompts to input a temperature in Celsius, and the program will display the equivalent temperature in Fahrenheit.

About

This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published