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

or'ed parameters

Name: Anonymous 2011-08-04 18:12

I noticed in a lot of game libraries that parameters are or'ed, like:

StartUp(init_this | init_that | init_the_other);

but doesnt bitwise or short circuit so that the first true parameter would return true?

Name: Anonymous 2011-08-04 22:02

>>3
It's logical or that does the short circuiting. Bitwise operates like >>2.

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