Advertisement
Semior001

struct of book

Dec 7th, 2016
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. struct book{
  2.     int number;
  3.     string authorName;
  4.     string bookName;
  5.     string year;
  6.     string publishing;
  7.     int countOfPages;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement