Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there any CInt function - VB in c++? Pin
Maxwell Chen9-May-06 23:21
Maxwell Chen9-May-06 23:21 
AnswerRe: Is there any CInt function - VB in c++? Pin
Nibu babu thomas9-May-06 18:53
Nibu babu thomas9-May-06 18:53 
GeneralRe: Is there any CInt function - VB in c++? Pin
Maxwell Chen9-May-06 19:03
Maxwell Chen9-May-06 19:03 
GeneralRe: Is there any CInt function - VB in c++? Pin
Nibu babu thomas9-May-06 19:04
Nibu babu thomas9-May-06 19:04 
GeneralRe: Is there any CInt function - VB in c++? Pin
Maxwell Chen9-May-06 19:06
Maxwell Chen9-May-06 19:06 
GeneralRe: Is there any CInt function - VB in c++? Pin
Nibu babu thomas9-May-06 19:08
Nibu babu thomas9-May-06 19:08 
GeneralRe: Is there any CInt function - VB in c++? Pin
Maxwell Chen9-May-06 19:10
Maxwell Chen9-May-06 19:10 
AnswerRe: Is there any CInt function - VB in c++? Pin
kiran janaswamy9-May-06 18:56
kiran janaswamy9-May-06 18:56 
hi,

use reinterpret_cast value;

snippet of code.

int x;
double y = 5.66;

now x = reinterpret_cast <int> y; // cast double to int data type.

this is type conversion in c++.

good luck,
uday.

uday kiran

-- modified at 0:57 Wednesday 10th May, 2006

GeneralRe: Is there any CInt function - VB in c++? Pin
Stephen Hewitt9-May-06 19:34
Stephen Hewitt9-May-06 19:34 
AnswerRe: Is there any CInt function - VB in c++? Pin
Hamid_RT9-May-06 18:59
Hamid_RT9-May-06 18:59 
AnswerRe: Is there any CInt function - VB in c++? Pin
csc9-May-06 19:04
csc9-May-06 19:04 
AnswerRe: Is there any CInt function - VB in c++? Pin
Maxwell Chen9-May-06 19:08
Maxwell Chen9-May-06 19:08 
GeneralRe: Is there any CInt function - VB in c++? Pin
Hamid_RT9-May-06 19:11
Hamid_RT9-May-06 19:11 
AnswerRe: Is there any CInt function - VB in c++? Pin
Stephen Hewitt9-May-06 19:25
Stephen Hewitt9-May-06 19:25 
Questionoperatin system name Pin
RockyJames9-May-06 18:35
RockyJames9-May-06 18:35 
AnswerRe: operatin system name Pin
Nibu babu thomas9-May-06 18:42
Nibu babu thomas9-May-06 18:42 
GeneralRe: operatin system name Pin
RockyJames9-May-06 19:22
RockyJames9-May-06 19:22 
Questiontest if a File exist or not? Pin
alan top9-May-06 18:34
alan top9-May-06 18:34 
AnswerRe: test if a File exist or not? Pin
Hamid_RT9-May-06 18:41
Hamid_RT9-May-06 18:41 
GeneralRe: test if a File exist or not? Pin
Joe Woodbury9-May-06 19:16
professionalJoe Woodbury9-May-06 19:16 
GeneralRe: test if a File exist or not? Pin
Hamid_RT9-May-06 19:23
Hamid_RT9-May-06 19:23 
AnswerRe: test if a File exist or not? Pin
_AnsHUMAN_ 9-May-06 18:54
_AnsHUMAN_ 9-May-06 18:54 
AnswerRe: test if a File exist or not? Pin
Hamid_RT9-May-06 19:09
Hamid_RT9-May-06 19:09 
GeneralRe: test if a File exist or not? Pin
Andy Rama9-May-06 19:30
Andy Rama9-May-06 19:30 
GeneralRe: test if a File exist or not? Pin
Hamid_RT9-May-06 19:33
Hamid_RT9-May-06 19:33 

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.