Click here to Skip to main content
15,894,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Power Management Pin
geo_m1-Jun-05 8:33
geo_m1-Jun-05 8:33 
Generalstarting application.... Pin
Deian31-May-05 3:43
Deian31-May-05 3:43 
GeneralRe: starting application.... Pin
toxcct31-May-05 3:50
toxcct31-May-05 3:50 
GeneralRe: starting application.... Pin
Deian31-May-05 3:52
Deian31-May-05 3:52 
GeneralRe: starting application.... Pin
David Crow1-Jun-05 2:34
David Crow1-Jun-05 2:34 
GeneralRe: starting application.... Pin
Deian1-Jun-05 20:16
Deian1-Jun-05 20:16 
GeneralReplace bits within UInt32 Pin
zuschauer198031-May-05 3:22
zuschauer198031-May-05 3:22 
GeneralRe: Replace bits within UInt32 Pin
Ryan Binns31-May-05 3:28
Ryan Binns31-May-05 3:28 
zuschauer1980  wrote:
How could i replace for example the first byte (call it b0) of a UInt32 variable?

newVal = (oldVal & 0xffffff00) | (newByteVal & 0xff);

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Replace bits within UInt32 Pin
David Crow31-May-05 3:30
David Crow31-May-05 3:30 
GeneralRe: Replace bits within UInt32 Pin
PJ Arends31-May-05 9:06
professionalPJ Arends31-May-05 9:06 
Questionhow to create a transparent pen? Pin
pritamkd31-May-05 2:09
pritamkd31-May-05 2:09 
AnswerRe: how to create a transparent pen? Pin
Kaworu231-May-05 5:03
Kaworu231-May-05 5:03 
GeneralRe: how to create a transparent pen? Pin
pritamkd31-May-05 8:30
pritamkd31-May-05 8:30 
GeneralLine numbers Pin
Stirfie31-May-05 1:54
Stirfie31-May-05 1:54 
GeneralRe: Line numbers Pin
Ravi Bhavnani31-May-05 2:08
professionalRavi Bhavnani31-May-05 2:08 
GeneralRe: Line numbers Pin
Alexander M.,31-May-05 2:45
Alexander M.,31-May-05 2:45 
QuestionHow to download secured web page ? Pin
Yariv31-May-05 0:47
Yariv31-May-05 0:47 
AnswerRe: How to download secured web page ? Pin
Ravi Bhavnani31-May-05 2:04
professionalRavi Bhavnani31-May-05 2:04 
GeneralChange color of controls of a dialog Pin
Ward31-May-05 0:39
Ward31-May-05 0:39 
GeneralRe: Change color of controls of a dialog Pin
ThatsAlok31-May-05 1:25
ThatsAlok31-May-05 1:25 
GeneralRe: Change color of controls of a dialog Pin
Ward31-May-05 3:46
Ward31-May-05 3:46 
GeneralRe: Change color of controls of a dialog Pin
Cedric Moonen31-May-05 3:56
Cedric Moonen31-May-05 3:56 
GeneralRe: Change color of controls of a dialog Pin
Ward31-May-05 4:14
Ward31-May-05 4:14 
GeneralRe: Change color of controls of a dialog Pin
ThatsAlok31-May-05 19:21
ThatsAlok31-May-05 19:21 
GeneralSoap Toolkit 3.0 Redistributable Pin
SAKURAVN30-May-05 23:54
SAKURAVN30-May-05 23: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.