Click here to Skip to main content
15,925,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I get the CWnd pointer from HANDLE hProcess Pin
ThatsAlok11-Aug-05 4:42
ThatsAlok11-Aug-05 4:42 
GeneralRe: How can I get the CWnd pointer from HANDLE hProcess Pin
Eytukan11-Aug-05 4:59
Eytukan11-Aug-05 4:59 
GeneralCustom control in docable window Pin
Lalitesh11-Aug-05 3:07
Lalitesh11-Aug-05 3:07 
GeneralTAPI problem Pin
ahme_ramadan11-Aug-05 2:55
ahme_ramadan11-Aug-05 2:55 
Generaldouble rant/question ( and a smallish dll q. ) Pin
Maximilien11-Aug-05 2:52
Maximilien11-Aug-05 2:52 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
SunKnight011-Aug-05 3:08
SunKnight011-Aug-05 3:08 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
Achim Klein11-Aug-05 3:10
Achim Klein11-Aug-05 3:10 
GeneralRe: double rant/question ( and a smallish dll q. ) Pin
peterchen11-Aug-05 5:37
peterchen11-Aug-05 5:37 
reason:
the FPU internally uses a higher precision. The "last digits" depend on how long the optimizer keeps a value in the FPU before writing it back to memory.
Builds are not even guaranteed to be "stable", i.e. the code generated may differ from build to build.

Always use an eps comparison ( fabs(a-b) < eps, where eps must be sufficiently small compared to the OOM of a and b)


Pandoras Gift #44: Hope. The one that keeps you on suffering.
aber.. "Wie gesagt, der Scheiss is' Therapie"
boost your code || Fold With Us! || sighist | doxygen

GeneralFind the exe name when loading dll Pin
lynchspawn11-Aug-05 2:39
lynchspawn11-Aug-05 2:39 
GeneralRe: Find the exe name when loading dll Pin
SunKnight011-Aug-05 3:11
SunKnight011-Aug-05 3:11 
GeneralRe: Find the exe name when loading dll Pin
Don Miguel11-Aug-05 3:30
Don Miguel11-Aug-05 3:30 
GeneralRe: Find the exe name when loading dll Pin
lynchspawn11-Aug-05 3:37
lynchspawn11-Aug-05 3:37 
GeneralRe: Find the exe name when loading dll Pin
ThatsAlok11-Aug-05 4:34
ThatsAlok11-Aug-05 4:34 
GeneralRe: Find the exe name when loading dll Pin
cmk11-Aug-05 4:03
cmk11-Aug-05 4:03 
GeneralRe: Find the exe name when loading dll Pin
David Crow11-Aug-05 5:35
David Crow11-Aug-05 5:35 
GeneralVisual C++/MFC Thread Question Pin
suzie10011-Aug-05 2:37
suzie10011-Aug-05 2:37 
GeneralRe: Visual C++/MFC Thread Question Pin
Achim Klein11-Aug-05 2:47
Achim Klein11-Aug-05 2:47 
GeneralRe: Visual C++/MFC Thread Question Pin
koothkeeper11-Aug-05 3:46
professionalkoothkeeper11-Aug-05 3:46 
GeneralRe: Visual C++/MFC Thread Question Pin
Eytukan11-Aug-05 3:56
Eytukan11-Aug-05 3:56 
GeneralRe: Visual C++/MFC Thread Question Pin
Eytukan11-Aug-05 4:21
Eytukan11-Aug-05 4:21 
GeneralRe: Visual C++/MFC Thread Question Pin
ThatsAlok11-Aug-05 4:48
ThatsAlok11-Aug-05 4:48 
GeneralRe: Visual C++/MFC Thread Question Pin
Ravi Bhavnani11-Aug-05 11:08
professionalRavi Bhavnani11-Aug-05 11:08 
GeneralRe: Visual C++/MFC Thread Question Pin
suzie10011-Aug-05 13:50
suzie10011-Aug-05 13:50 
QuestionWhy doesn't CDC::StretchBlt() work properly, if both DCs are MemoryDCs ? Pin
Achim Klein11-Aug-05 2:27
Achim Klein11-Aug-05 2:27 
AnswerRe: Why doesn Pin
Chris Losinger11-Aug-05 3:15
professionalChris Losinger11-Aug-05 3:15 

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.