float t[4][4]; t=myFunc(); What is the proper way to declare myFunc so that the above would work properly? More importantly, what book or web site would one go looking up such on? All my c and C++ books gloss over such things since they were meant for freshmen. -- Joshua D. Boyd