Vector of stucts in c++ 2011-12

Code:
  struct widgets
    {
    string widgetName;
    int age;
    int color;
    };


Sponsored Links