Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with Pointers Pin
CoffeeAddict1931-Mar-07 19:17
CoffeeAddict1931-Mar-07 19:17 
GeneralRe: Problem with Pointers Pin
cp987631-Mar-07 20:42
cp987631-Mar-07 20:42 
QuestionDoes VS 2005 Standard Edition support services Pin
dburns30-Mar-07 10:36
dburns30-Mar-07 10:36 
AnswerRe: Does VS 2005 Standard Edition support services Pin
George L. Jackson30-Mar-07 11:26
George L. Jackson30-Mar-07 11:26 
GeneralRe: Does VS 2005 Standard Edition support services Pin
dburns30-Mar-07 11:55
dburns30-Mar-07 11:55 
QuestionWhy? Pin
_808630-Mar-07 6:35
_808630-Mar-07 6:35 
AnswerRe: Why? Pin
jeron130-Mar-07 6:52
jeron130-Mar-07 6:52 
AnswerRe: Why? Pin
Mark Salsbery30-Mar-07 6:54
Mark Salsbery30-Mar-07 6:54 
_8086 wrote:
011-->So shouldn't this be 2


Actually that's 3 Smile | :)

The ~ operator effects ALL the bits of the integer
int j; // j is a signed integer - I'll assume 32-bits in length
j=4;   // 00000000000000000000000000000100 (4)
j=~j;  // 11111111111111111111111111111011 (-5) 



"If you can dodge a wrench, you can dodge a ball."

GeneralRe: Why? Pin
_808630-Mar-07 22:02
_808630-Mar-07 22:02 
AnswerRe: Why Not? Pin
led mike30-Mar-07 8:53
led mike30-Mar-07 8:53 
Questioncompiling linux programs on windows xp Pin
shiraztk30-Mar-07 5:33
shiraztk30-Mar-07 5:33 
AnswerRe: compiling linux programs on windows xp Pin
shiraztk30-Mar-07 5:42
shiraztk30-Mar-07 5:42 
GeneralRe: compiling linux programs on windows xp Pin
Chris Losinger30-Mar-07 10:07
professionalChris Losinger30-Mar-07 10:07 
AnswerRe: compiling linux programs on windows xp Pin
Cedric Moonen30-Mar-07 7:19
Cedric Moonen30-Mar-07 7:19 
AnswerRe: compiling linux programs on windows xp Pin
led mike30-Mar-07 8:56
led mike30-Mar-07 8:56 
GeneralRe: compiling linux programs on windows xp Pin
Mark Salsbery30-Mar-07 15:07
Mark Salsbery30-Mar-07 15:07 
GeneralRe: compiling linux programs on windows xp Pin
shiraztk31-Mar-07 23:04
shiraztk31-Mar-07 23:04 
Questionasking c programming Pin
Arif Liminto30-Mar-07 5:30
professionalArif Liminto30-Mar-07 5:30 
QuestionRe: asking c programming Pin
Mark Salsbery30-Mar-07 7:04
Mark Salsbery30-Mar-07 7:04 
AnswerRe: asking c programming Pin
Arif Liminto30-Mar-07 7:10
professionalArif Liminto30-Mar-07 7:10 
GeneralRe: asking c programming Pin
Mark Salsbery30-Mar-07 8:11
Mark Salsbery30-Mar-07 8:11 
GeneralRe: asking c programming Pin
Arif Liminto30-Mar-07 8:26
professionalArif Liminto30-Mar-07 8:26 
GeneralRe: asking c programming Pin
Mark Salsbery30-Mar-07 9:06
Mark Salsbery30-Mar-07 9:06 
GeneralRe: asking c programming Pin
led mike30-Mar-07 9:00
led mike30-Mar-07 9:00 
GeneralRe: asking c programming Pin
Mark Salsbery30-Mar-07 9:02
Mark Salsbery30-Mar-07 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.