#include structWords{ int size; Ansi word; Style *style; Words(Ansi w,Style *s){word = w;style = s;size = w. Length();} }; typedefstd::vector Library; Library *Alexandria;