Guest User

Untitled

a guest
Jan 27th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>
  3. #include <string>
  4. #include <vector>
  5. #include "Class.h"
  6. #include "functions.h"
  7. using namespace std;
  8. int main()
  9. {
  10.  
  11.  
  12. vector <Book> lol;
  13. Load_Books(lol);
  14. lol[0].printBookInfo();
  15.  
  16.  
  17.  
  18.  
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment