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

BOOLony

Name: Anonymous 2005-01-12 2:05

So i am pretty sure my C++ teacher is bullshitting us...Do the "pros" use Truth Tables?

Name: Anonymous 2005-01-12 18:29

Well, depending on how complicated your boolean expressions get it might be worthwhile to scrawl a truth table. For example, it may not be immediately obvious that

( b & c ) | ( (~ b) & d )

can be simplified to

d ^ ( b & ( c ^ d ) )

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