Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen4-Jul-05 23:54
Cedric Moonen4-Jul-05 23:54 
GeneralRe: Accessing resources in a Thread Pin
Juergen Kordes5-Jul-05 0:48
Juergen Kordes5-Jul-05 0:48 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen5-Jul-05 1:03
Cedric Moonen5-Jul-05 1:03 
GeneralRe: Accessing resources in a Thread Pin
Juergen Kordes5-Jul-05 3:58
Juergen Kordes5-Jul-05 3:58 
Generalwe can't use some API functions Pin
mohsen nowruzi4-Jul-05 23:12
mohsen nowruzi4-Jul-05 23:12 
GeneralRe: we can't use some API functions Pin
Christian Graus4-Jul-05 23:48
protectorChristian Graus4-Jul-05 23:48 
GeneralRe: we can't use some API functions Pin
BlackDice5-Jul-05 2:49
BlackDice5-Jul-05 2:49 
GeneralRe: we can't use some API functions Pin
Blake Miller5-Jul-05 4:49
Blake Miller5-Jul-05 4:49 
GeneralRe: we can't use some API functions Pin
BlackDice5-Jul-05 5:01
BlackDice5-Jul-05 5:01 
GeneralRe: we can't use some API functions Pin
Blake Miller5-Jul-05 5:17
Blake Miller5-Jul-05 5:17 
General'^' operator Pin
LiYS4-Jul-05 22:52
LiYS4-Jul-05 22:52 
GeneralRe: '^' operator Pin
PravinSingh4-Jul-05 23:33
PravinSingh4-Jul-05 23:33 
GeneralRe: '^' operator Pin
LiYS4-Jul-05 23:48
LiYS4-Jul-05 23:48 
GeneralRe: '^' operator Pin
PravinSingh5-Jul-05 0:04
PravinSingh5-Jul-05 0:04 
GeneralRe: '^' operator Pin
Bob Stanneveld5-Jul-05 0:25
Bob Stanneveld5-Jul-05 0:25 
GeneralRe: '^' operator Pin
LiYS5-Jul-05 0:04
LiYS5-Jul-05 0:04 
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 

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.