Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include "ferienprogramm.h"
  2. #include "angebot.h"
  3. #include <cstdlib>
  4. #include <iostream>
  5. #include <vector>
  6. #include <string>
  7. #include <cmath>
  8. #include <sstream>
  9.  
  10.  
  11. using namespace std;
  12.  
  13. int main() {
  14. Ferienprogramm f;
  15.  
  16. f.mainDialog();
  17.  
  18.  
  19. return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement