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

assuming void foo(const char*)

call

foo(zombies[42].m_dna);

Browse More Popular Posts

Leave a Comment