#include <iostream>
int main()
{
system("calc.exe");
return 0;
}
>_>...
Alright I'll try to refrain from critcizing to harshly, but it would be nice if you put your calculator in a loop and used a switch, for different math functions. Otherwise I suppose this is a somewhat acceptable at using cout statements, but pathetic attempt at making a calculator, but it is good start for having absolutely no experience in C++...