User: ohmymosh

  • Public profile

User profile: ohmymosh

User info
User name:ohmymosh
History
Joined:
Number of posts:4
Latest posts:

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 statement
void functions aren't value returning. Therefore, does not need "return;" and "go home" would be out...

This user does not accept Private Messages