Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d11-Apr-08 22:33
Manfr3d11-Apr-08 22:33 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Bram van Kampen13-Apr-08 3:21
Bram van Kampen13-Apr-08 3:21 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Manfr3d13-Apr-08 9:30
Manfr3d13-Apr-08 9:30 
GeneralRe: Compiling a Parser Generator generated file causes linker errors Pin
Bram van Kampen13-Apr-08 15:09
Bram van Kampen13-Apr-08 15:09 
GeneralDividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 2:28
ChemmieBro11-Apr-08 2:28 
GeneralRe: Dividing the bits in a 16 bit short value Pin
JudyL_MD11-Apr-08 2:42
JudyL_MD11-Apr-08 2:42 
GeneralRe: Dividing the bits in a 16 bit short value Pin
CPallini11-Apr-08 3:30
mveCPallini11-Apr-08 3:30 
GeneralRe: Dividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 4:15
ChemmieBro11-Apr-08 4:15 
It looks like the memcpy might work. I didn't really want to go the route of using a Union.

I was actually looking for a method to do this using bit shifting.

Something like...

unsigned char NewChar = MyStruct->Length << 8;

which would put the 8 leftmost bits in Length into the NewChar, which you could put into Array[2];

but then, how do I get the other three bits from Length and merge them with the 5 bits from MyStruct->Value?

I kind of know what I want to do it, but I don't know exactly how, what commands to use or what I'm doing.
GeneralRe: Dividing the bits in a 16 bit short value Pin
CPallini11-Apr-08 4:41
mveCPallini11-Apr-08 4:41 
GeneralRe: Dividing the bits in a 16 bit short value Pin
ChemmieBro11-Apr-08 4:48
ChemmieBro11-Apr-08 4:48 
Questionhow to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
johndoelee11-Apr-08 1:58
johndoelee11-Apr-08 1:58 
AnswerRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? [modified] Pin
Nitheesh George11-Apr-08 4:43
Nitheesh George11-Apr-08 4:43 
GeneralRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
johndoelee11-Apr-08 8:30
johndoelee11-Apr-08 8:30 
AnswerRe: how to set background color in visual studio 2005 and how to call matlab by MFC/C++?? Pin
Hamid_RT12-Apr-08 5:47
Hamid_RT12-Apr-08 5:47 
QuestionAdapter Type? Pin
Ajay L D11-Apr-08 0:46
Ajay L D11-Apr-08 0:46 
GeneralRe: Adapter Type? Pin
Gavin Taylor11-Apr-08 1:57
professionalGavin Taylor11-Apr-08 1:57 
Questionhow Chnage default backgroung color of Title bar Pin
ingoogle10-Apr-08 23:49
ingoogle10-Apr-08 23:49 
AnswerRe: how Chnage default backgroung color of Title bar Pin
followait11-Apr-08 0:37
followait11-Apr-08 0:37 
GeneralRe: how Chnage default backgroung color of Title bar Pin
ingoogle13-Apr-08 19:58
ingoogle13-Apr-08 19:58 
GeneralRe: how Chnage default backgroung color of Title bar Pin
followait13-Apr-08 22:55
followait13-Apr-08 22:55 
AnswerRe: how Chnage default backgroung color of Title bar Pin
Maximilien11-Apr-08 2:17
Maximilien11-Apr-08 2:17 
GeneralRe: how Chnage default backgroung color of Title bar Pin
ingoogle13-Apr-08 20:07
ingoogle13-Apr-08 20:07 
AnswerRe: how Chnage default backgroung color of Title bar Pin
Hamid_RT12-Apr-08 5:46
Hamid_RT12-Apr-08 5:46 
GeneralRe: how Chnage default backgroung color of Title bar Pin
ingoogle13-Apr-08 20:02
ingoogle13-Apr-08 20:02 
GeneralCreate a button whose id is ID_FILE_NEW, not be processed by CWinApp::OnFileNew Pin
followait10-Apr-08 23:39
followait10-Apr-08 23:39 

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.