Skip to content

A currency converter using the Open Exchange Rates API.

License

Notifications You must be signed in to change notification settings

7kei/mod3_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod3_project (A C++ Currency Converter)

About

This is a school project. It converts currency from one to the other. It depends on the Open Exchange Rate API for currency data.

Building

Requirements

How to Compile

  1. Setup vcpkg:
  2. Install the json and http library through vcpkg:
    • For 64-bit targets:
      • vcpkg install nlohmann-json:x64-windows-static
      • vcpkg install cpp-httplib:x64-windows-static
      • vcpkg integrate install
  3. Add your API key in the Processing.cpp file.
  4. Compile through Visual Studio 2022 or MSVC.

License

This project uses the MIT license. Learn more here.

Releases

No releases published

Packages

No packages published

Languages