can a function returnan array? i dont think it can, but someone please tell me, it on my C++ final
Name:
Anonymous2005-08-09 12:10
The general idiom in shitty low-level languages is to pass the function an array for it to write into so you don't have to worry about scoping and memory management.