Name: Anonymous 2005-08-08 18:17
can a function returnan array? i dont think it can, but someone please tell me, it on my C++ final
std::vector (if you need to modify the array), or return a std::vector allocated on the stack.