Ive been trying to understand how to resolve this issue and I just cant wrap my head around it. Notes: Creating bunny objects so they have a name,age,gender,color,and uuid. class Bunnys is for storing all bunnys created. This is also very unfinished as I had this error popup
Error:
1 2
1>bunnys.obj : error LNK2001: unresolved external symbol "private: static class std::vector<class Bunny,class std::allocator<class Bunny> > Bunnys::bunnys_list" (?bunnys_list@Bunnys@@0V?$vector@VBunny@@V?$allocator@VBunny@@@std@@@std@@A)
1>uuid.obj : error LNK2001: unresolved external symbol "private: static class std::vector<class Uuid,class std::allocator<class Uuid> > Uuid::uuid_list" (?uuid_list@Uuid@@0V?$vector@VUuid@@V?$allocator@VUuid@@@std@@@std@@A)