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:23

>>10
It is indeed the only sequence point in that particular example. But calling it 'the' sequence point everywhere is wrong, as the or in a || b is also a sequence point, as the article in >>6 clearly states.

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