Click here to Skip to main content
15,905,148 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: '^' operator Pin
Bob Stanneveld5-Jul-05 0:31
Bob Stanneveld5-Jul-05 0:31 
GeneralRe: '^' operator Pin
Bob Stanneveld5-Jul-05 0:36
Bob Stanneveld5-Jul-05 0:36 
GeneralRe: '^' operator Pin
toxcct5-Jul-05 1:02
toxcct5-Jul-05 1:02 
GeneralRe: '^' operator Pin
Bob Stanneveld5-Jul-05 2:09
Bob Stanneveld5-Jul-05 2:09 
GeneralRe: '^' operator Pin
Toby Opferman5-Jul-05 8:32
Toby Opferman5-Jul-05 8:32 
GeneralRe: '^' operator Pin
David Crow5-Jul-05 5:05
David Crow5-Jul-05 5:05 
GeneralRe: '^' operator Pin
Toby Opferman5-Jul-05 6:45
Toby Opferman5-Jul-05 6:45 
GeneralRe: '^' operator Pin
Toby Opferman5-Jul-05 6:50
Toby Opferman5-Jul-05 6:50 
So you can think of it as:

1. Combine the numbers together and store in one of the values.

Combined = A + B for example 10 + 20 = 30. In +. But any operation will combine numbers.

2. Inverse, thus if two numbers are combined you will get the opposite number of what you inverse.

Original1 = Combined - B, for example, 30 - 20 = 10. You get the original number.

3. Using the opposite number, now you use the combined number to get the original.

Original2 = Combined - Original1 So you do the inverse again on the new number to get the original.


You can see that if you combine two numbers, you can use those numbers in inverse operations to get the original numbers.



8bc7c0ec02c0e404c0cc0680f7018827ebee
GeneralRe: '^' operator Pin
PJ Arends5-Jul-05 9:02
professionalPJ Arends5-Jul-05 9:02 
QuestionTo delete (remove) wizard created functions via IDE of VC++ 2003 ? Pin
Maxwell Chen4-Jul-05 22:29
Maxwell Chen4-Jul-05 22:29 
Generalchanging color of my form in vc++ Pin
smartymanav4-Jul-05 21:45
smartymanav4-Jul-05 21:45 
GeneralRe: changing color of my form in vc++ Pin
Alex Korchemniy4-Jul-05 21:54
Alex Korchemniy4-Jul-05 21:54 
GeneralRe: changing color of my form in vc++ Pin
David Spain5-Jul-05 18:43
David Spain5-Jul-05 18:43 
GeneralContext menu on Tree Pin
--------------------------------4-Jul-05 21:21
suss--------------------------------4-Jul-05 21:21 
GeneralRe: Context menu on Tree Pin
Bert [Otherside82] Derijckere5-Jul-05 0:31
Bert [Otherside82] Derijckere5-Jul-05 0:31 
Generalcreating modeless dialog box Pin
sayup4-Jul-05 20:41
sayup4-Jul-05 20:41 
GeneralRe: creating modeless dialog box Pin
2249174-Jul-05 20:57
2249174-Jul-05 20:57 
GeneralRe: creating modeless dialog box Pin
Cedric Moonen4-Jul-05 20:59
Cedric Moonen4-Jul-05 20:59 
GeneralRe: creating modeless dialog box Pin
2249174-Jul-05 21:05
2249174-Jul-05 21:05 
GeneralRe: creating modeless dialog box Pin
Cedric Moonen4-Jul-05 21:24
Cedric Moonen4-Jul-05 21:24 
GeneralRe: creating modeless dialog box Pin
sayup5-Jul-05 2:37
sayup5-Jul-05 2:37 
GeneralSetActivePage of CPropertySheet Pin
GeloSoft4-Jul-05 20:35
GeloSoft4-Jul-05 20:35 
GeneralRe: SetActivePage of CPropertySheet Pin
PJ Arends4-Jul-05 21:10
professionalPJ Arends4-Jul-05 21:10 
Generalusing CMap Pin
laiju4-Jul-05 18:34
laiju4-Jul-05 18:34 
GeneralRe: using CMap Pin
laiju4-Jul-05 18:42
laiju4-Jul-05 18:42 

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.