#!/usr/bin/env bash g++ INIReaderExample.cpp ../cpp/INIReader.cpp ../ini.c -o INIReaderExample ./INIReaderExample > cpptest.txt rm INIReaderExample