Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unions Pin
Divyang Mithaiwala7-Mar-06 20:34
Divyang Mithaiwala7-Mar-06 20:34 
AnswerRe: unions Pin
Eytukan7-Mar-06 20:51
Eytukan7-Mar-06 20:51 
GeneralRe: unions Pin
Divyang Mithaiwala7-Mar-06 21:24
Divyang Mithaiwala7-Mar-06 21:24 
GeneralRe: unions Pin
Eytukan7-Mar-06 22:50
Eytukan7-Mar-06 22:50 
JokeRe: unions Pin
James R. Twine8-Mar-06 1:19
James R. Twine8-Mar-06 1:19 
GeneralRe: unions Pin
toxcct7-Mar-06 22:03
toxcct7-Mar-06 22:03 
GeneralRe: unions Pin
Eytukan7-Mar-06 22:51
Eytukan7-Mar-06 22:51 
GeneralRe: unions Pin
toxcct7-Mar-06 23:02
toxcct7-Mar-06 23:02 
i'm sorry, but the author of that article is really not aware on what unions are !!! Unsure | :~
all the fields of a union starts at the same address, so, they overlap, and the cosequence of this is that the union length (whatever data it's benn assigned) is the length of the larger field...

GeneralRe: unions Pin
Eytukan7-Mar-06 23:21
Eytukan7-Mar-06 23:21 
GeneralRe: unions Pin
James R. Twine8-Mar-06 1:30
James R. Twine8-Mar-06 1:30 
GeneralGuess the output. ;) Pin
Eytukan7-Mar-06 23:34
Eytukan7-Mar-06 23:34 
GeneralRe: Guess the output. ;) Pin
toxcct7-Mar-06 23:35
toxcct7-Mar-06 23:35 
QuestionTranscoding Pin
mukta_here7-Mar-06 18:05
mukta_here7-Mar-06 18:05 
AnswerRe: Transcoding Pin
Cool Ju7-Mar-06 18:18
Cool Ju7-Mar-06 18:18 
GeneralRe: Transcoding Pin
mukta_here7-Mar-06 18:57
mukta_here7-Mar-06 18:57 
GeneralRe: Transcoding Pin
Cool Ju7-Mar-06 19:13
Cool Ju7-Mar-06 19:13 
QuestionChanging default printer settings Pin
liginname7-Mar-06 17:36
liginname7-Mar-06 17:36 
AnswerRe: Changing default printer settings Pin
Hamid_RT7-Mar-06 17:57
Hamid_RT7-Mar-06 17:57 
GeneralRe: Changing default printer settings Pin
liginname7-Mar-06 18:01
liginname7-Mar-06 18:01 
GeneralRe: Changing default printer settings Pin
Hamid_RT7-Mar-06 18:17
Hamid_RT7-Mar-06 18:17 
QuestionHow to GetMessage()? Pin
syntaxed7-Mar-06 17:22
syntaxed7-Mar-06 17:22 
AnswerRe: How to GetMessage()? Pin
Ryan Binns7-Mar-06 17:32
Ryan Binns7-Mar-06 17:32 
GeneralRe: How to GetMessage()? Pin
syntaxed7-Mar-06 20:33
syntaxed7-Mar-06 20:33 
GeneralRe: How to GetMessage()? Pin
Ryan Binns7-Mar-06 22:03
Ryan Binns7-Mar-06 22:03 
GeneralRe: How to GetMessage()? Pin
syntaxed7-Mar-06 22:28
syntaxed7-Mar-06 22:28 

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.