Click here to Skip to main content
15,905,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difference between System process and Administrator process Pin
Michael Dunn27-Jul-03 0:50
sitebuilderMichael Dunn27-Jul-03 0:50 
GeneralRe: Difference between System process and Administrator process Pin
Hashim Saleem27-Jul-03 1:15
Hashim Saleem27-Jul-03 1:15 
GeneralRe: Difference between System process and Administrator process Pin
Michael Dunn27-Jul-03 2:10
sitebuilderMichael Dunn27-Jul-03 2:10 
Generalactivex container test with my project Pin
shinay26-Jul-03 22:58
shinay26-Jul-03 22:58 
Questionrebuild all? Pin
novachen26-Jul-03 22:48
novachen26-Jul-03 22:48 
AnswerRe: rebuild all? Pin
novachen26-Jul-03 22:52
novachen26-Jul-03 22:52 
AnswerRe: rebuild all? Pin
Beer2627-Jul-03 5:03
Beer2627-Jul-03 5:03 
GeneralSYSTEMTIME question Pin
YaronNir26-Jul-03 22:27
YaronNir26-Jul-03 22:27 
Hi all,

This was taken from the MSDN:

"It is not recommended that you add and subtract values from the SYSTEMTIME structure to obtain relative times. Instead, you should

1) Convert the SYSTEMTIME structure to a FILETIME structure.
2) Copy the resulting FILETIME structure to a ULARGE_INTEGER structure.
3) Use normal 64-bit arithmetic on the ULARGE_INTEGER value. " .....

i have the local time stored in SYSTEMTIME format.
i've done 1+2. now i have an __int64 to store the SYSTEMTIME.

i want to add a week (7 days) to this ularge_integer....how do i do that?

does the _int64 represents the number of seconds till today???
can any1 help?

thanks in advanced
Yaron

GeneralRe: SYSTEMTIME question Pin
Michael Dunn26-Jul-03 22:35
sitebuilderMichael Dunn26-Jul-03 22:35 
GeneralRe: SYSTEMTIME question Pin
YaronNir27-Jul-03 4:41
YaronNir27-Jul-03 4:41 
GeneralRe: SYSTEMTIME question Pin
YaronNir27-Jul-03 4:45
YaronNir27-Jul-03 4:45 
GeneralRe: SYSTEMTIME question Pin
Michael Dunn27-Jul-03 11:27
sitebuilderMichael Dunn27-Jul-03 11:27 
GeneralATL in vs.net Pin
novachen26-Jul-03 21:29
novachen26-Jul-03 21:29 
GeneralRe: ATL in vs.net Pin
Michael Dunn26-Jul-03 22:37
sitebuilderMichael Dunn26-Jul-03 22:37 
GeneralCalculate the required size of text to fit in column Pin
drabudawood26-Jul-03 20:39
drabudawood26-Jul-03 20:39 
GeneralRe: Calculate the required size of text to fit in column Pin
Michael Dunn26-Jul-03 22:42
sitebuilderMichael Dunn26-Jul-03 22:42 
GeneralRe: Calculate the required size of text to fit in column Pin
drabudawood27-Jul-03 1:32
drabudawood27-Jul-03 1:32 
GeneralRe: Calculate the required size of text to fit in column Pin
drabudawood27-Jul-03 1:44
drabudawood27-Jul-03 1:44 
GeneralRe: Calculate the required size of text to fit in column Pin
Michael Dunn27-Jul-03 2:14
sitebuilderMichael Dunn27-Jul-03 2:14 
GeneralProblem with outp() in vc6.0 Pin
funwey26-Jul-03 19:44
funwey26-Jul-03 19:44 
GeneralRe: Problem with outp() in vc6.0 Pin
phlipping26-Jul-03 20:15
phlipping26-Jul-03 20:15 
GeneralRe: Problem with outp() in vc6.0 Pin
Erik Funkenbusch26-Jul-03 20:46
Erik Funkenbusch26-Jul-03 20:46 
GeneralExtended chars with SendInput Pin
phlipping26-Jul-03 19:01
phlipping26-Jul-03 19:01 
QuestionHow reliable is "cin" for receiving data? Pin
WREY26-Jul-03 17:56
WREY26-Jul-03 17:56 
AnswerRe: How reliable is "cin" for receiving data? Pin
Beer2626-Jul-03 18:12
Beer2626-Jul-03 18:12 

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.