CalculatIt

From CompdigitecWiki

Jump to: navigation, search

[edit] Description

Compdigitec CalculatIt is a simple and easy to use calculator program. It features the four standard operations and supports built-in error checking.

[edit] Software Details

  • Developed by: Compdigitec
  • License: GPL v2 or later
  • Current Version: 3.5
  • Programming Language: C#
  • Preview Version: None
  • OS: Microsoft Windows, Linux
  • Website: Official website

[edit] Compiling CalculatIt

To compile Compdigitec CalculatIt, you need to have the Gtk+ and Gtkmm includes and build-essential installed. After they are installed, compiled CalculatIt by executing the following commands in the folder you downloaded the source code:

$ g++ calculatit-source.cpp -o calculatit `pkg-config gtkmm2.4 --cflags --libs`

Personal tools