Analytics

C/C++ Code for Analytics. Inspired by my web hosting service provider using third party analytics tool which only display for current day; so, I developed my own using C/C++ and C++ wxWidgets library. My bespoke Analytics tool provides combo box to input date; extracts data from file and displays data as a grid pertaining to the input date. Assumed migration of C/C++ code from macOS to Linux; but alas no! Replacing wxWidgets with GNOME, requiring C programming. So, I will be using Shared Memory as part of Inter-Process Communication. Work in progress. Please click the following buttons to view general information and C/C++ code which will appear below buttons.


General Code

Make files

Date Class

How to use

Splitter Class

InputDate Class

Extract Class

Analytics Class

Analytics GUI