Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreating time object of a non local timezone Pin
DimpleSurana25-Feb-04 4:30
DimpleSurana25-Feb-04 4:30 
GeneralRe: Creating time object of a non local timezone Pin
David Crow25-Feb-04 5:07
David Crow25-Feb-04 5:07 
GeneralRe: Creating time object of a non local timezone Pin
DimpleSurana25-Feb-04 18:26
DimpleSurana25-Feb-04 18:26 
GeneralRe: Creating time object of a non local timezone Pin
David Crow26-Feb-04 2:51
David Crow26-Feb-04 2:51 
GeneralRe: Creating time object of a non local timezone Pin
DimpleSurana26-Feb-04 3:49
DimpleSurana26-Feb-04 3:49 
GeneralRe: Creating time object of a non local timezone Pin
David Crow3-Mar-04 2:49
David Crow3-Mar-04 2:49 
Generalhex to dec Pin
styve25-Feb-04 3:53
styve25-Feb-04 3:53 
GeneralRe: hex to dec Pin
Prakash Nadar25-Feb-04 4:17
Prakash Nadar25-Feb-04 4:17 
As far as i know there is no datatype called hexadecimal.
What is the actuaal data type wheather its Int, long, or string

if its string then you need to convert it to long or int and use the following statemetn

printf("%d",nHexNum);
or
printf("%ld",lHexNum);

Which ever fits rite.


I have lost more blood shaving than on the battlefield - Adolf Hitler
GeneralRe: hex to dec Pin
David Crow25-Feb-04 4:24
David Crow25-Feb-04 4:24 
GeneralRe: hex to dec Pin
Prakash Nadar25-Feb-04 4:33
Prakash Nadar25-Feb-04 4:33 
GeneralRe: hex to dec Pin
David Crow25-Feb-04 4:38
David Crow25-Feb-04 4:38 
GeneralRe: hex to dec Pin
Prakash Nadar25-Feb-04 4:49
Prakash Nadar25-Feb-04 4:49 
GeneralRe: hex to dec Pin
David Crow25-Feb-04 5:18
David Crow25-Feb-04 5:18 
GeneralRe: hex to dec Pin
Cedric Moonen25-Feb-04 4:52
Cedric Moonen25-Feb-04 4:52 
GeneralRe: hex to dec Pin
erkanina26-Feb-04 0:14
erkanina26-Feb-04 0:14 
GeneralERROR:cannot open file "nafxcwd.lib" Pin
JoeMass25-Feb-04 3:16
JoeMass25-Feb-04 3:16 
GeneralRe: ERROR:cannot open file "nafxcwd.lib" Pin
Prakash Nadar25-Feb-04 3:23
Prakash Nadar25-Feb-04 3:23 
GeneralRe: ERROR:cannot open file "nafxcwd.lib" Pin
Michael Dunn25-Feb-04 4:51
sitebuilderMichael Dunn25-Feb-04 4:51 
GeneralGetting text of selected combobox item Pin
monrobot1325-Feb-04 3:14
monrobot1325-Feb-04 3:14 
GeneralRe: Getting text of selected combobox item Pin
Prakash Nadar25-Feb-04 3:20
Prakash Nadar25-Feb-04 3:20 
GeneralRe: Getting text of selected combobox item Pin
David Crow25-Feb-04 3:35
David Crow25-Feb-04 3:35 
GeneralRe: Getting text of selected combobox item Pin
monrobot1325-Feb-04 4:13
monrobot1325-Feb-04 4:13 
GeneralCODE Pin
Goh Hui Beng25-Feb-04 2:59
Goh Hui Beng25-Feb-04 2:59 
GeneralRe: CODE Pin
Prakash Nadar25-Feb-04 3:18
Prakash Nadar25-Feb-04 3:18 
GeneralRe: CODE Pin
Maximilien25-Feb-04 3:26
Maximilien25-Feb-04 3:26 

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.