> On 4/6/12, Piotr Szturmaj <bncrbme at jadamspam.pl> wrote: > struct Author { string name; } Also, let's not forget the glaring limitation of structs that almost everyone has ran into: you can't define a default ctor.