Click here to Skip to main content
15,883,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Which is better? Returning reference or value? Pin
Code-o-mat12-Nov-10 10:07
Code-o-mat12-Nov-10 10:07 
AnswerRe: Which is better? Returning reference or value? Pin
Dr.Walt Fair, PE12-Nov-10 10:03
professionalDr.Walt Fair, PE12-Nov-10 10:03 
GeneralRe: Which is better? Returning reference or value? Pin
Code-o-mat12-Nov-10 10:10
Code-o-mat12-Nov-10 10:10 
QuestionHow to get serial number of motherboard using C++ on WINDOWS? Pin
Aseem Sharma12-Nov-10 6:17
Aseem Sharma12-Nov-10 6:17 
AnswerRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Code-o-mat12-Nov-10 6:48
Code-o-mat12-Nov-10 6:48 
GeneralRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Aseem Sharma12-Nov-10 18:42
Aseem Sharma12-Nov-10 18:42 
AnswerRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
David Crow12-Nov-10 7:35
David Crow12-Nov-10 7:35 
AnswerRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Luc Pattyn12-Nov-10 8:00
sitebuilderLuc Pattyn12-Nov-10 8:00 
You want WMI; see the SerialNumber property of the Win32_BaseBoard class.

Note: AFAIK it gets stored in the BIOS memory, and flashing a new BIOS is likely to erase the number.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Code-o-mat12-Nov-10 10:10
Code-o-mat12-Nov-10 10:10 
AnswerRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Luc Pattyn12-Nov-10 10:32
sitebuilderLuc Pattyn12-Nov-10 10:32 
GeneralRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Code-o-mat12-Nov-10 10:44
Code-o-mat12-Nov-10 10:44 
AnswerRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Luc Pattyn12-Nov-10 10:52
sitebuilderLuc Pattyn12-Nov-10 10:52 
GeneralRe: How to get serial number of motherboard using C++ on WINDOWS? Pin
Code-o-mat12-Nov-10 10:58
Code-o-mat12-Nov-10 10:58 
Questionconvert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 1:16
shiv@nand12-Nov-10 1:16 
AnswerRe: convert binary file to image/bmp file in vc++ Pin
Cedric Moonen12-Nov-10 1:25
Cedric Moonen12-Nov-10 1:25 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 1:26
shiv@nand12-Nov-10 1:26 
QuestionRe: convert binary file to image/bmp file in vc++ Pin
Cool_Dev12-Nov-10 1:39
Cool_Dev12-Nov-10 1:39 
AnswerRe: convert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 2:30
shiv@nand12-Nov-10 2:30 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
Cedric Moonen12-Nov-10 1:44
Cedric Moonen12-Nov-10 1:44 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 2:35
shiv@nand12-Nov-10 2:35 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
Cedric Moonen12-Nov-10 3:14
Cedric Moonen12-Nov-10 3:14 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 2:20
shiv@nand12-Nov-10 2:20 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
Richard MacCutchan12-Nov-10 2:52
mveRichard MacCutchan12-Nov-10 2:52 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
shiv@nand12-Nov-10 2:57
shiv@nand12-Nov-10 2:57 
GeneralRe: convert binary file to image/bmp file in vc++ Pin
Chris Losinger12-Nov-10 3:11
professionalChris Losinger12-Nov-10 3:11 

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.