Click here to Skip to main content
15,886,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConsole Output for a Windows App Pin
Jason Callis9-Jul-01 5:34
Jason Callis9-Jul-01 5:34 
GeneralRe: Console Output for a Windows App Pin
Tomasz Sowinski9-Jul-01 8:20
Tomasz Sowinski9-Jul-01 8:20 
GeneralRe: Console Output for a Windows App Pin
Carlos Antollini9-Jul-01 8:44
Carlos Antollini9-Jul-01 8:44 
QuestionHowto find where user clicks? Pin
MolleX9-Jul-01 4:41
MolleX9-Jul-01 4:41 
AnswerRe: Howto find where user clicks? Pin
9-Jul-01 5:58
suss9-Jul-01 5:58 
GeneralRe: Howto find where user clicks? Pin
MolleX10-Jul-01 1:14
MolleX10-Jul-01 1:14 
GeneralRetreiving processor serial number Pin
MoZ9-Jul-01 3:29
MoZ9-Jul-01 3:29 
GeneralRe: Retreiving processor serial number Pin
Pavlos Touboulidis9-Jul-01 10:25
Pavlos Touboulidis9-Jul-01 10:25 
I don't think there's an API function for that, but even if there was, I wouldn't tell you Poke tongue | ;-P
Seriously, this is probably done with (inline) assembly. I suppose you emit an instruction to the CPU and you get the result in some registers. I don't know how though. I guess it's another extension of the CPUID instruction. If you use it, you should put the code inside try/catch blocks, because CPUs that don't support the instruction will produce an invalid opcode exception.
Btw, why would you do that?

GeneralRe: Retreiving processor serial number Pin
orcun colak10-Jul-01 8:04
orcun colak10-Jul-01 8:04 
General_declspec(property) Question Pin
Philip Patrick9-Jul-01 2:32
professionalPhilip Patrick9-Jul-01 2:32 
GeneralRe: _declspec(property) Question Pin
coder84729-Jul-01 2:42
coder84729-Jul-01 2:42 
GeneralRe: _declspec(property) Question Pin
Philip Patrick9-Jul-01 3:03
professionalPhilip Patrick9-Jul-01 3:03 
GeneralRe: _declspec(property) Question Pin
Tomasz Sowinski9-Jul-01 2:44
Tomasz Sowinski9-Jul-01 2:44 
GeneralThanks a lot ! Pin
9-Jul-01 2:17
suss9-Jul-01 2:17 
GeneralSetCapture problem in modal dialog Pin
Christian Graus9-Jul-01 2:11
protectorChristian Graus9-Jul-01 2:11 
GeneralRe: SetCapture problem in modal dialog Pin
Tomasz Sowinski9-Jul-01 2:26
Tomasz Sowinski9-Jul-01 2:26 
GeneralRe: SetCapture problem in modal dialog Pin
Christian Graus9-Jul-01 12:17
protectorChristian Graus9-Jul-01 12:17 
GeneralMenu's Pin
vijayaramaraju9-Jul-01 1:11
vijayaramaraju9-Jul-01 1:11 
GeneralRe: Menu's Pin
9-Jul-01 1:19
suss9-Jul-01 1:19 
GeneralRe: Menu's Pin
9-Jul-01 1:22
suss9-Jul-01 1:22 
GeneralRe: Menu's Pin
Tomasz Sowinski9-Jul-01 1:22
Tomasz Sowinski9-Jul-01 1:22 
Generalcolouring in VC Pin
vijayaramaraju9-Jul-01 1:08
vijayaramaraju9-Jul-01 1:08 
GeneralRe: colouring in VC Pin
9-Jul-01 1:27
suss9-Jul-01 1:27 
GeneralThe Registry - complex issues Pin
James Parker9-Jul-01 0:23
James Parker9-Jul-01 0:23 
GeneralRe: The Registry - complex issues Pin
Tomasz Sowinski9-Jul-01 0:48
Tomasz Sowinski9-Jul-01 0:48 

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.