Click here to Skip to main content
15,906,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CStrings in a class sharing one address Pin
Michael Delvos21-Aug-03 2:45
Michael Delvos21-Aug-03 2:45 
GeneralXModem Pin
SLiDeR21-Aug-03 1:19
SLiDeR21-Aug-03 1:19 
GeneralRe: XModem Pin
Neville Franks21-Aug-03 2:59
Neville Franks21-Aug-03 2:59 
Generalmaking main thread to wait, untill all its child thread finish execution. Pin
Ramesh M21-Aug-03 1:15
Ramesh M21-Aug-03 1:15 
GeneralRe: making main thread to wait, untill all its child thread finish execution. Pin
David Crow21-Aug-03 2:39
David Crow21-Aug-03 2:39 
GeneralRe: making main thread to wait, untill all its child thread finish execution. Pin
Dangleberry21-Aug-03 2:40
sussDangleberry21-Aug-03 2:40 
GeneralAbout CPU Test Pin
HansonDavid21-Aug-03 1:11
HansonDavid21-Aug-03 1:11 
GeneralRe: About CPU Test Pin
Dominik Reichl21-Aug-03 1:45
Dominik Reichl21-Aug-03 1:45 
Use the CPUID assembler command to get the CPU features. Then:

HansonDavid wrote:
MCA ID Test

dwCPUFeatures & 0x00004000

HansonDavid wrote:
Numeric Coprocessor Test

dwCPUFeatures & 0x00000001

HansonDavid wrote:
Or you can tell me some article about those?

For sure! http://www.codeproject.com/system/camel.asp[^].

Hope that helps Big Grin | :-D
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

GeneralRe: About CPU Test Pin
Dangleberry21-Aug-03 2:49
sussDangleberry21-Aug-03 2:49 
GeneralRe: About CPU Test Pin
Dominik Reichl21-Aug-03 3:02
Dominik Reichl21-Aug-03 3:02 
GeneralRe: About CPU Test Pin
HansonDavid22-Aug-03 0:44
HansonDavid22-Aug-03 0:44 
GeneralRe: About CPU Test Pin
Dominik Reichl22-Aug-03 0:54
Dominik Reichl22-Aug-03 0:54 
Questiondoes multithreading speed up my computation? Pin
Ramesh M21-Aug-03 1:09
Ramesh M21-Aug-03 1:09 
AnswerRe: does multithreading speed up my computation? Pin
ZoogieZork21-Aug-03 1:47
ZoogieZork21-Aug-03 1:47 
AnswerRe: does multithreading speed up my computation? Pin
Dangleberry21-Aug-03 2:15
sussDangleberry21-Aug-03 2:15 
General"wrong" application icon in dialog based application Pin
T.T.H.21-Aug-03 0:45
T.T.H.21-Aug-03 0:45 
GeneralRe: "wrong" application icon in dialog based application Pin
Dangleberry21-Aug-03 2:20
sussDangleberry21-Aug-03 2:20 
GeneralRe: "wrong" application icon in dialog based application Pin
David Crow21-Aug-03 2:48
David Crow21-Aug-03 2:48 
GeneralRe: "wrong" application icon in dialog based application Pin
PJ Arends21-Aug-03 5:15
professionalPJ Arends21-Aug-03 5:15 
Generalyes, that's the solution Pin
T.T.H.21-Aug-03 23:26
T.T.H.21-Aug-03 23:26 
Generalforcing the exit of a program Pin
si_6921-Aug-03 0:28
si_6921-Aug-03 0:28 
GeneralRe: forcing the exit of a program Pin
Dominik Reichl21-Aug-03 0:48
Dominik Reichl21-Aug-03 0:48 
GeneralRe: forcing the exit of a program Pin
Branislav21-Aug-03 0:48
Branislav21-Aug-03 0:48 
GeneralRe: forcing the exit of a program Pin
Ryan Binns21-Aug-03 0:54
Ryan Binns21-Aug-03 0:54 
GeneralDisable a page in a property sheet Pin
YaronNir21-Aug-03 0:06
YaronNir21-Aug-03 0:06 

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.