Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Trouble with _variant_t Pin
Milton Karimbekallil12-Apr-04 1:48
Milton Karimbekallil12-Apr-04 1:48 
QuestionAre there somewhere good articles about MTS ? Pin
vgrigor12-Apr-04 0:53
vgrigor12-Apr-04 0:53 
Generalunsigned chars Pin
packetlos12-Apr-04 0:10
packetlos12-Apr-04 0:10 
GeneralRe: unsigned chars Pin
John R. Shaw12-Apr-04 0:37
John R. Shaw12-Apr-04 0:37 
GeneralRe: unsigned chars Pin
packetlos12-Apr-04 1:21
packetlos12-Apr-04 1:21 
GeneralRe: unsigned chars Pin
packetlos12-Apr-04 5:38
packetlos12-Apr-04 5:38 
Generaldouble and float variables Pin
deniz79s12-Apr-04 0:04
deniz79s12-Apr-04 0:04 
GeneralRe: double and float variables Pin
John R. Shaw12-Apr-04 0:46
John R. Shaw12-Apr-04 0:46 
deniz79s wrote:
or is there another usage float and double variables? I haven't known

No!

double d = 0.0;
double d = 1.0;
double d = 0.152;
double d = 123.456;

float f = 0.0;
float f = 1.0;
float f = 0.152;
float f = 123.456;

should all produce the correct results. Now if you wher trying to do something like "if( d == 1.0 )" you may be having a problem (don't do that!).


INTP
QuestionWhich DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Tony Westminster12-Apr-04 0:04
Tony Westminster12-Apr-04 0:04 
AnswerRe: Which DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Abin12-Apr-04 3:01
Abin12-Apr-04 3:01 
GeneralRe: Which DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Tony Westminster12-Apr-04 4:10
Tony Westminster12-Apr-04 4:10 
GeneralADO Calls and Socket Pin
Sitaram Sukumar11-Apr-04 23:43
Sitaram Sukumar11-Apr-04 23:43 
GeneralRe: ADO Calls and Socket Pin
Milton Karimbekallil12-Apr-04 0:50
Milton Karimbekallil12-Apr-04 0:50 
GeneralWM_NCMOUSELEAVE Message help Pin
baskarchinnu11-Apr-04 22:10
baskarchinnu11-Apr-04 22:10 
GeneralRe: WM_NCMOUSELEAVE Message help Pin
Neville Franks11-Apr-04 22:48
Neville Franks11-Apr-04 22:48 
GeneralRe: WM_NCMOUSELEAVE Message help Pin
Neville Franks12-Apr-04 1:23
Neville Franks12-Apr-04 1:23 
QuestionHow to add toolbars to IE programatically Pin
NewtonOfComputers11-Apr-04 21:38
NewtonOfComputers11-Apr-04 21:38 
AnswerRe: How to add toolbars to IE programatically Pin
Prakash Nadar11-Apr-04 22:12
Prakash Nadar11-Apr-04 22:12 
AnswerRe: How to add toolbars to IE programatically Pin
SiddharthAtw12-Apr-04 20:17
SiddharthAtw12-Apr-04 20:17 
QuestionHow to read Unicode data from Oracle in VC? Pin
regzero11-Apr-04 21:14
regzero11-Apr-04 21:14 
GeneralExe's involved Pin
SatyaDY11-Apr-04 21:13
SatyaDY11-Apr-04 21:13 
GeneralRe: Exe's involved Pin
Prakash Nadar11-Apr-04 22:11
Prakash Nadar11-Apr-04 22:11 
GeneralRe: Exe's involved Pin
SatyaDY12-Apr-04 0:08
SatyaDY12-Apr-04 0:08 
GeneralRe: Exe's involved Pin
SiddharthAtw12-Apr-04 20:20
SiddharthAtw12-Apr-04 20:20 
GeneralRe: Exe's involved Pin
SiddharthAtw11-Apr-04 23:32
SiddharthAtw11-Apr-04 23:32 

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.