void return statement@BlackSheep so I wasn't wrong.
void return statement[code]int yourAnIdiot() { int guessWhat = 69; return GuessWhat; } // yourAnIdiot value returnin...
How do I break out of multiple loops?[code]do { bool tryThis = false; for(count=0;count<myVector.size();count++) { if...
void return statementvoid functions aren't value returning. Therefore, does not need "return;" and "go home" would be out...
This user does not accept Private Messages