Call an array from within an array of structs in c++

assuming void foo(const char*)

call

foo(zombies[42].m_dna);

Leave a Comment