Skip to content

gkbrk/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Currency Converter# This is a simple currency calculator written in C. It updates its database from the European Central Bank's API.

##How To Use## Usage GIF

##Dependencies## Currency Converter only needs libxml2.

##Compiling##

  1. Running make or make compile will compile the code and leave an executable called currency.
  2. Running make run will compile the code and run the executable in one step.
  3. Running make test will compile the code and perform memory tests using valgrind.
  4. Running make clean will remove the executable and only leave the code files.
  5. Running make install will install Currency Converter to usr/local/bin and running make uninstall will remove it.

About

Simple currency calculator in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published