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

>>6
In C and C++, sequence points occur in the following places. [list of example expressions that do not use commas exclusively]
The comma operator is a sequence point, not the sequence point.

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