Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Conversion Pin
Rajesh R Subramanian12-Jun-09 9:20
professionalRajesh R Subramanian12-Jun-09 9:20 
GeneralRe: Conversion Pin
reddy0712-Jun-09 9:30
reddy0712-Jun-09 9:30 
QuestionUsing WMI to get hardware information Pin
Anthony Mushrow12-Jun-09 4:49
professionalAnthony Mushrow12-Jun-09 4:49 
QuestionRe: Using WMI to get hardware information Pin
Randor 12-Jun-09 6:23
professional Randor 12-Jun-09 6:23 
AnswerRe: Using WMI to get hardware information Pin
Anthony Mushrow12-Jun-09 7:47
professionalAnthony Mushrow12-Jun-09 7:47 
GeneralRe: Using WMI to get hardware information Pin
Randor 12-Jun-09 8:36
professional Randor 12-Jun-09 8:36 
GeneralRe: Using WMI to get hardware information Pin
Anthony Mushrow15-Jun-09 0:50
professionalAnthony Mushrow15-Jun-09 0:50 
AnswerRe: Using WMI to get hardware information Pin
Stuart Dootson12-Jun-09 13:00
professionalStuart Dootson12-Jun-09 13:00 
VariantChangeType[^] - just a string conversion under the hood, but you don't have to do the work yourself!

Use

::VariantChangeType(&ableugh, &ableugh, 0, VT_UI8);


and then V_UI8(&ableugh) should yield the result you want.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Using WMI to get hardware information Pin
Anthony Mushrow15-Jun-09 0:46
professionalAnthony Mushrow15-Jun-09 0:46 
QuestionHow to avoid if else... Pin
vikasvds12-Jun-09 3:40
vikasvds12-Jun-09 3:40 
AnswerRe: How to avoid if else... Pin
harold aptroot12-Jun-09 4:05
harold aptroot12-Jun-09 4:05 
AnswerRe: How to avoid if else... Pin
KarstenK12-Jun-09 4:21
mveKarstenK12-Jun-09 4:21 
AnswerRepost Pin
led mike12-Jun-09 4:23
led mike12-Jun-09 4:23 
GeneralRe: Repost Pin
vikasvds14-Jun-09 21:48
vikasvds14-Jun-09 21:48 
GeneralRe: Repost Pin
led mike15-Jun-09 5:10
led mike15-Jun-09 5:10 
AnswerRe: How to avoid if else... Pin
molesworth12-Jun-09 4:30
molesworth12-Jun-09 4:30 
GeneralRe: How to avoid if else... Pin
led mike12-Jun-09 4:35
led mike12-Jun-09 4:35 
GeneralRe: How to avoid if else... Pin
molesworth12-Jun-09 6:19
molesworth12-Jun-09 6:19 
JokeRe: How to avoid if else... Pin
CPallini12-Jun-09 6:42
mveCPallini12-Jun-09 6:42 
GeneralRe: How to avoid if else... Pin
led mike12-Jun-09 8:23
led mike12-Jun-09 8:23 
GeneralRe: How to avoid if else... Pin
CPallini12-Jun-09 22:39
mveCPallini12-Jun-09 22:39 
GeneralRe: How to avoid if else... Pin
led mike15-Jun-09 5:08
led mike15-Jun-09 5:08 
GeneralRe: How to avoid if else... Pin
CPallini15-Jun-09 8:39
mveCPallini15-Jun-09 8:39 
GeneralRe: How to avoid if else... Pin
Lutosław12-Jun-09 8:31
Lutosław12-Jun-09 8:31 
QuestionRe: How to avoid if else... Pin
CPallini12-Jun-09 5:46
mveCPallini12-Jun-09 5: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.