Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ question

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

Name: Anonymous 2007-10-08 6:24

>>17
I think he meant:


void function ()
{
   char myarray[12]; // Static SIZE, not keyword static
}


and not:

void function ()
{
   static char myarray[12];
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List