Mcalc  0.1
a machinist's calculator
Functions
main.cpp File Reference

This file contains the main function. More...

#include <gtkmm/builder.h>
#include "application.hpp"
#include "datastore.hpp"
#include <iostream>
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 

Detailed Description

This file contains the main function.

The main function initializes the Gtk::Application, loads the UI file (glade xml) and launches the mcalc::Application to handle user interaction.

Author
Michael House
Version
0.1 10/19/17

Function Documentation

int main ( int  argc,
char *  argv[] 
)

The entry point into the application