Skip to content

joe-sclin/exercise02_solution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution to Exercise 02

Prerequisites

Building the program

  • Clone / download the source code from repository

  • Change directory to directory containing source code cd <path>

  • Compile the program using C++ compiler to generate executable file named "solution"

    g++ -std=c++11 solution.cpp base64.cpp -o solution

Running the program

  • Checking exists of required input file
    • data/data.json: input JSON file
    • output-schema/schema.json: output JSON schema
  • Running this command to execute the program ./solution
  • Result is in output.json in the same directory

About

Coding Exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%