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

2 returns giving another methode

Name: Anonymous 2011-05-30 7:25

i want to do that

        String^ error() {
            String ^x= "penis";
            String ^y= "wurst";
        return x,y;
        }
and then
 MessageBox::Show(error()) its work but it just shows wurst the place for penis is empty

Name: Anonymous 2011-05-30 10:10

>>9
And what happens when I do something like the following

int a = 1;
int b = 2;

a,b;

Wouldn't the "comma operator" be the sequence point since there is only one fucking comma?

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