Click here to Skip to main content
15,912,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Destruction in C++ Pin
Owner drawn24-Nov-05 0:04
Owner drawn24-Nov-05 0:04 
AnswerRe: Destruction in C++ Pin
Gary R. Wheeler25-Nov-05 3:50
Gary R. Wheeler25-Nov-05 3:50 
QuestionHow do I close another program from my program Pin
shortwave23-Nov-05 22:15
shortwave23-Nov-05 22:15 
AnswerRe: How do I close another program from my program Pin
toxcct23-Nov-05 22:20
toxcct23-Nov-05 22:20 
GeneralRe: How do I close another program from my program Pin
ThatsAlok23-Nov-05 22:40
ThatsAlok23-Nov-05 22:40 
AnswerRe: How do I close another program from my program Pin
Cool Ju23-Nov-05 22:40
Cool Ju23-Nov-05 22:40 
AnswerRe: How do I close another program from my program Pin
sanket.patel25-Nov-05 23:04
sanket.patel25-Nov-05 23:04 
Questionunsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:05
Cedric Moonen23-Nov-05 22:05 
Hello,

I need to use a unsigned value with up to 48 bits (this is for a Bluetooth simulation program and this 48 bits represent a Bluetooth address). I need to make some computation on this Bluetooth address (really playing on the bits and then use the result of the computation as an unsigned value). So my problem here is that if I use a __int64, I will have problems when working at the bits level and the converting the value to a unsigned. Thus, I was wondering if the same as __int64 exists but for unsigned numbers ?
Or if somebody has another solution to this problem.

An exemple of what can be done with the address:

unsigned Value = ((m_BTAddress>>19) & 0x0F);
AnswerRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:12
toxcct23-Nov-05 22:12 
GeneralRe: unsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:25
Cedric Moonen23-Nov-05 22:25 
GeneralRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:29
toxcct23-Nov-05 22:29 
GeneralRe: unsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:33
Cedric Moonen23-Nov-05 22:33 
GeneralRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:37
toxcct23-Nov-05 22:37 
GeneralRe: unsigned 64 bits ? Pin
BadKarma23-Nov-05 23:41
BadKarma23-Nov-05 23:41 
AnswerRe: unsigned 64 bits ? Pin
cmk24-Nov-05 4:41
cmk24-Nov-05 4:41 
QuestionMultiple inheritance in vc++ Pin
infotechtata23-Nov-05 19:58
infotechtata23-Nov-05 19:58 
AnswerRe: Multiple inheritance in vc++ Pin
sunit523-Nov-05 20:18
sunit523-Nov-05 20:18 
GeneralRe: Multiple inheritance in vc++ Pin
infotechtata23-Nov-05 20:28
infotechtata23-Nov-05 20:28 
GeneralRe: Multiple inheritance in vc++ Pin
sunit523-Nov-05 21:04
sunit523-Nov-05 21:04 
GeneralRe: Multiple inheritance in vc++ Pin
toxcct23-Nov-05 21:29
toxcct23-Nov-05 21:29 
QuestionResizing column in list control Pin
jayshml23-Nov-05 18:44
jayshml23-Nov-05 18:44 
AnswerRe: Resizing column in list control Pin
Vancouver23-Nov-05 18:53
Vancouver23-Nov-05 18:53 
GeneralRe: Resizing column in list control Pin
jayshml23-Nov-05 19:08
jayshml23-Nov-05 19:08 
GeneralEvent handlers for OnBegintrack and OnEndtrack Pin
Vancouver23-Nov-05 19:30
Vancouver23-Nov-05 19:30 
GeneralRe: Event handlers for OnBegintrack and OnEndtrack Pin
jayshml23-Nov-05 19:46
jayshml23-Nov-05 19:46 

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.