Advertisement
thedafelix

calculator.h

Jan 27th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. #include <string>
  2. class NicosClass {
  3.     private:
  4.         long double a;
  5.         long double b;
  6.         long double c;
  7.         short antwort;
  8.         std::string hinweis;
  9.     public:
  10.         NicosClass();
  11.         void zahlen();
  12.         void probleme();
  13.         void wastun(short was);
  14.         void weiter();
  15.         void weiterPruefer();
  16.         void rechnen();
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement