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 19:17

awww ^_^ babby's first introduction to bitwise operations.

(hint:
this = 100
that = 010
other = 001
this|that|other = 111)

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