Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "stdafx.h"
- #include <iostream>
- #include <string>
- #include <vector>
- #include "Class.h"
- #include "functions.h"
- using namespace std;
- int main()
- {
- vector <Book> lol;
- Load_Books(lol);
- lol[0].printBookInfo();
- }
Advertisement
Add Comment
Please, Sign In to add comment