Click here to Skip to main content
16,010,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String Table Pin
Andreas Saurwein28-Aug-02 4:45
Andreas Saurwein28-Aug-02 4:45 
Generalatof Pin
devvvy28-Aug-02 4:20
devvvy28-Aug-02 4:20 
GeneralRe: atof Pin
Tomasz Sowinski28-Aug-02 4:25
Tomasz Sowinski28-Aug-02 4:25 
Generalany alternative? Pin
devvvy28-Aug-02 4:28
devvvy28-Aug-02 4:28 
GeneralRe: any alternative? Pin
Tomasz Sowinski28-Aug-02 4:35
Tomasz Sowinski28-Aug-02 4:35 
GeneralRe: any alternative? Pin
devvvy28-Aug-02 4:35
devvvy28-Aug-02 4:35 
GeneralRe: any alternative? Pin
Tomasz Sowinski28-Aug-02 4:55
Tomasz Sowinski28-Aug-02 4:55 
GeneralRe: any alternative? Pin
Andreas Saurwein28-Aug-02 4:56
Andreas Saurwein28-Aug-02 4:56 
MSDN say to this:

Previous 16-bit versions of Microsoft C/C++ and Microsoft Visual C++ supported the long double, 80-bit precision data type. In Win32 programming, however, the long double data type maps to the double, 64-bit precision data type. The Microsoft run-time library provides long double versions of the math functions only for backward compatibility. The long double function prototypes are identical to the prototypes for their double counterparts, except that the long double data type replaces the double data type. The long double versions of these functions should not be used in new code.



int x=1, y=5; 
x^=y^=x^=y; // whats the content of x and y now?
<a href="http://www.codeproject.com/tips/StupidXORTrick.asp" target="_blank">ClickHereForHelp();</a>

GeneralAutomatic change of version Pin
Member 415318428-Aug-02 4:13
Member 415318428-Aug-02 4:13 
GeneralRe: Automatic change of version Pin
Andreas Saurwein28-Aug-02 4:15
Andreas Saurwein28-Aug-02 4:15 
GeneralRe: Automatic change of version Pin
User 988528-Aug-02 4:17
User 988528-Aug-02 4:17 
GeneralRe: Automatic change of version Pin
User 988528-Aug-02 4:20
User 988528-Aug-02 4:20 
GeneralChar Set Question Pin
Davy Mitchell28-Aug-02 4:09
Davy Mitchell28-Aug-02 4:09 
GeneralRe: Char Set Question Pin
Andreas Saurwein28-Aug-02 4:49
Andreas Saurwein28-Aug-02 4:49 
GeneralRe: release build problem Pin
pépé28-Aug-02 3:18
pépé28-Aug-02 3:18 
GeneralMultilanguage resource problem - once more Pin
Andreas Saurwein28-Aug-02 2:18
Andreas Saurwein28-Aug-02 2:18 
GeneralRe: Multilanguage resource problem - once more Pin
Tomasz Sowinski28-Aug-02 2:30
Tomasz Sowinski28-Aug-02 2:30 
GeneralRe: Multilanguage resource problem - once more Pin
Andreas Saurwein28-Aug-02 2:40
Andreas Saurwein28-Aug-02 2:40 
GeneralRe: Multilanguage resource problem - once more Pin
Tomasz Sowinski28-Aug-02 2:47
Tomasz Sowinski28-Aug-02 2:47 
GeneralRe: Multilanguage resource problem - once more Pin
Andreas Saurwein28-Aug-02 2:53
Andreas Saurwein28-Aug-02 2:53 
GeneralRe: Multilanguage resource problem - once more Pin
Tomasz Sowinski28-Aug-02 3:14
Tomasz Sowinski28-Aug-02 3:14 
GeneralRe: Multilanguage resource problem - once more Pin
Andreas Saurwein28-Aug-02 3:24
Andreas Saurwein28-Aug-02 3:24 
QuestionEditable Cell in MSFlexGridControl ? Pin
Ravi.G.J28-Aug-02 2:06
Ravi.G.J28-Aug-02 2:06 
Generalrelease build problem Pin
bryce28-Aug-02 1:13
bryce28-Aug-02 1:13 
GeneralRe: release build problem Pin
Tomasz Sowinski28-Aug-02 1:19
Tomasz Sowinski28-Aug-02 1:19 

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.