ZiBaT => Peter Levinsky => Programming => exercise

Brush up 2
Calculator + DLL + Exchange

Updated : 2015-08-24

Brush-up - part 2

Mission:

You have received randomly an USB-key including a DLL-file and some documentation.
From these files and information, you are to build an application, which make use of the functionality  provided of the DLL-file.

Exercise:

Create a project (console, wpf or windows store app) e.g. ‘CalculatorApp’.


In this project, include the DLL-file.

Make your User Interface

Start simple and then make it more and more advanced e.g. start with the addition function.