c++

hi dear sir .i want a program of a calculator.thanks
Last edited on
Put some code man. Nobody is gonna give you the code like that...
http://cplusplus.com/forum/lounge/42426/2/#msg231761
:)

1
2
3
4
5
#include <iostream>
int main() {
  std::cout << "Ta Da!\n";
  return 200;
}
Topic archived. No new replies allowed.