Thread: Creating a set of structures for book copyright information

  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    22

    Creating a set of structures for book copyright information

    This is simple but I would like others input; I have created a struct for: name, zip, address, date, authors, publishers, isbn, and the struct book which ties all of my structs together.

    I feel like I am forgetting to include some vital info. Thanks all!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Copyright year(s)?

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Copyright owner

    Edit: Contract Expiration date: When Publisher loses right to publish the book.

    Tim S.
    Last edited by stahta01; 11-28-2012 at 12:22 AM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  4. #4
    Registered User
    Join Date
    Aug 2012
    Posts
    22
    cool thanks all.

  5. #5
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    How are the name,zip,address fields different from author(s) and publisher(s)? I would guess that each author and each publisher has a name,zip,address.
    Could this ever be used in a graphical interface? Then also include a field for a book cover image.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File information into array of structures
    By QCMontrealQC in forum C Programming
    Replies: 7
    Last Post: 11-19-2012, 02:06 PM
  2. data structures book!
    By gaurav_13191 in forum C Programming
    Replies: 4
    Last Post: 07-17-2011, 04:19 PM
  3. What's a good data structures book for C?
    By philvaira in forum C Programming
    Replies: 4
    Last Post: 07-29-2008, 08:19 AM
  4. Replies: 11
    Last Post: 05-06-2007, 11:26 PM
  5. Data Structures C++ Book
    By Cprogrammer in forum C++ Programming
    Replies: 1
    Last Post: 09-16-2005, 12:50 AM