Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: swap two values withou using temp. storage Pin
Vikram A Punathambekar23-Jul-10 7:21
Vikram A Punathambekar23-Jul-10 7:21 
AnswerRe: swap two values withou using temp. storage Pin
Aescleal21-Jul-10 22:09
Aescleal21-Jul-10 22:09 
GeneralRe: swap two values withou using temp. storage Pin
Peter Mulholland23-Jul-10 1:38
Peter Mulholland23-Jul-10 1:38 
GeneralRe: swap two values withou using temp. storage Pin
Aescleal23-Jul-10 4:07
Aescleal23-Jul-10 4:07 
AnswerRe: swap two values withou using temp. storage Pin
Maximilien22-Jul-10 2:53
Maximilien22-Jul-10 2:53 
GeneralRe: swap two values withou using temp. storage Pin
Emilio Garavaglia22-Jul-10 7:55
Emilio Garavaglia22-Jul-10 7:55 
QuestionRe: swap two values withou using temp. storage Pin
Niklas L22-Jul-10 10:18
Niklas L22-Jul-10 10:18 
AnswerRe: swap two values withou using temp. storage Pin
Emilio Garavaglia22-Jul-10 11:29
Emilio Garavaglia22-Jul-10 11:29 
Depends on what the object represent: may be transfer buffers, one of which is shared with a DMA or another process.

"Swap" merely means exchange the data visibility between devices, or processors.
And since they are physically bounded to a device, cannot be swapped by reference (swapping the respective pointers).

With less dimensions (typically, up to 4K or 9K), this exchanges are typically operated between the switch processors and the route processors of routers.

Of course, is not something to be abused, but may have its own specific application.

2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


AnswerRe: swap two values withou using temp. storage Pin
waldemar.sauer@aitmetis.com23-Jul-10 7:58
waldemar.sauer@aitmetis.com23-Jul-10 7:58 
GeneralRe: swap two values withou using temp. storage Pin
Niklas L23-Jul-10 20:42
Niklas L23-Jul-10 20:42 
GeneralRe: swap two values withou using temp. storage Pin
stevev623-Jul-10 2:37
stevev623-Jul-10 2:37 
AnswerRe: swap two values withou using temp. storage Pin
Craig Norton23-Jul-10 3:31
Craig Norton23-Jul-10 3:31 
AnswerRe: FAST! swap two values without using temp. storage Pin
ghle23-Jul-10 4:20
ghle23-Jul-10 4:20 
AnswerRe: swap two values withou using temp. storage Pin
BC3Tech23-Jul-10 4:33
BC3Tech23-Jul-10 4:33 
AnswerRe: swap two values withou using temp. storage Pin
EbenRoux23-Jul-10 4:48
EbenRoux23-Jul-10 4:48 
AnswerRe: swap two values withou using temp. storage Pin
codemunkeh23-Jul-10 5:20
codemunkeh23-Jul-10 5:20 
AnswerRe: swap two values withou using temp. storage Pin
Igor Jerosimic23-Jul-10 5:36
Igor Jerosimic23-Jul-10 5:36 
JokeRe: swap two values withou using temp. storage Pin
Member 322138523-Jul-10 7:16
Member 322138523-Jul-10 7:16 
AnswerRe: swap two values withou using temp. storage Pin
Kenneth Kasajian23-Jul-10 14:40
Kenneth Kasajian23-Jul-10 14:40 
AnswerRe: swap two values withou using temp. storage Pin
manjulameganathan23-Jul-10 18:00
manjulameganathan23-Jul-10 18:00 
AnswerRe: swap two values withou using temp. storage Pin
Jigar Sheth25-Jul-10 20:38
Jigar Sheth25-Jul-10 20:38 
QuestionWaveInOpen Help?? Pin
AmbiguousName21-Jul-10 19:36
AmbiguousName21-Jul-10 19:36 
AnswerRe: WaveInOpen Help?? Pin
«_Superman_»21-Jul-10 19:38
professional«_Superman_»21-Jul-10 19:38 
QuestionHow can disable a subitem where i use COutlook2Ctrl::OCL_SELECT? Pin
Le@rner21-Jul-10 19:23
Le@rner21-Jul-10 19:23 
Questionhow Does CWinApp realize the singleton pattern? Pin
zxjun8421-Jul-10 18:54
zxjun8421-Jul-10 18:54 

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.