Cinestra

main.cpp

Oct 4th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include "Weekplanner.h"
  2. #include <iostream>
  3.  
  4. int main (int argc, char* argv) (
  5. WeekPlanner planner;
  6. if (planner.getError() {
  7. std:: cout << "Something went wrong reading the input!";
  8. }
  9. else {
  10. planner.writeFile("output.txt");
  11. }
  12. planner.readFile("input.txt");
  13. planner.writeFile("output.txt");
Add Comment
Please, Sign In to add comment