Got bored, made a simple calculator in C++

Not really much functionality right now, as its impractical to use instead of the Microsoft calculator.



#include <iostream>
#include <string.h>
...