Click here to Skip to main content
16,010,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalmy group of questions... "truth table,%,Binary, more" Pin
SilverShalkin14-Mar-02 15:25
SilverShalkin14-Mar-02 15:25 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Christian Graus14-Mar-02 15:36
protectorChristian Graus14-Mar-02 15:36 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Bill Wilson15-Mar-02 10:51
Bill Wilson15-Mar-02 10:51 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
David Wengier14-Mar-02 15:41
David Wengier14-Mar-02 15:41 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Jon Sagara14-Mar-02 15:54
Jon Sagara14-Mar-02 15:54 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Christian Graus14-Mar-02 16:08
protectorChristian Graus14-Mar-02 16:08 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
SilverShalkin14-Mar-02 16:26
SilverShalkin14-Mar-02 16:26 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Christian Graus14-Mar-02 16:35
protectorChristian Graus14-Mar-02 16:35 
It's simple - if a = 0 (false) and b = 0 (false) a&b = 0; 0&1 = 0, 1&0=0, 1&1=1. Both statements need to be true for the statement to evaluate to true. An XOR would look like this:

a b XOR
0 0 0
1 0 1
0 1 1
1 1 0

Get the idea ?

SilverShalkin wrote:
and if this opens up a hole new form of reserch, what is it used for?

To be honest, I think it's a longwinded way of illustrating something pretty obvious.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

"I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Jon Sagara14-Mar-02 16:50
Jon Sagara14-Mar-02 16:50 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
SilverShalkin14-Mar-02 17:19
SilverShalkin14-Mar-02 17:19 
GeneralRe: my group of questions... "truth table,%,Binary, more" Pin
Jon Sagara14-Mar-02 17:32
Jon Sagara14-Mar-02 17:32 
GeneralThresholding a bitmap Pin
moredip14-Mar-02 14:24
moredip14-Mar-02 14:24 
GeneralRe: Thresholding a bitmap Pin
Christian Graus14-Mar-02 14:53
protectorChristian Graus14-Mar-02 14:53 
GeneralRe: Thresholding a bitmap Pin
moredip15-Mar-02 5:27
moredip15-Mar-02 5:27 
GeneralGetting Latest Rectange & Window Size :: MFC Pin
valikac14-Mar-02 13:19
valikac14-Mar-02 13:19 
GeneralRe: Getting Latest Rectange & Window Size :: MFC Pin
Shog914-Mar-02 13:21
sitebuilderShog914-Mar-02 13:21 
GeneralRe: Getting Latest Rectange & Window Size :: MFC Pin
valikac14-Mar-02 16:19
valikac14-Mar-02 16:19 
General2-Way StringToString Map Pin
Sprudling14-Mar-02 11:41
Sprudling14-Mar-02 11:41 
GeneralRe: 2-Way StringToString Map Pin
Shog914-Mar-02 13:18
sitebuilderShog914-Mar-02 13:18 
GeneralRe: 2-Way StringToString Map Pin
Christian Graus14-Mar-02 20:41
protectorChristian Graus14-Mar-02 20:41 
GeneralRe: 2-Way StringToString Map Pin
Shog915-Mar-02 4:59
sitebuilderShog915-Mar-02 4:59 
GeneralRe: 2-Way StringToString Map Pin
Christian Graus15-Mar-02 9:12
protectorChristian Graus15-Mar-02 9:12 
GeneralRe: 2-Way StringToString Map Pin
Shog915-Mar-02 9:23
sitebuilderShog915-Mar-02 9:23 
GeneralRe: 2-Way StringToString Map Pin
Matt Weagle14-Mar-02 17:29
Matt Weagle14-Mar-02 17:29 
GeneralRe: 2-Way StringToString Map Pin
Tomasz Sowinski15-Mar-02 0:14
Tomasz Sowinski15-Mar-02 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.